diff --git a/i3/config b/i3/config index 2bf5b18..fbca96a 100644 --- a/i3/config +++ b/i3/config @@ -4,23 +4,17 @@ assign [class=Firefox] 2 assign [class=midori4] 2 assign [class=Chromium-browser] 2 exec --no-startup-id "zsh -c 'xrandr --output LVDS1 --primary || xrandr --output HDMI3 --primary'" -bindsym --release Num_Lock exec --no-startup-id xdotool key --clearmodifiers ctrl+insert bindsym $mod+apostrophe bar mode hide bindsym $mod+shift+apostrophe bar mode dock bindsym $mod+shift+d exec i3-input -F 'rename workspace to "%s"' -P 'Rename to: ' -bindsym $mod+semicolon exec quickswitch.py -d 'rofi -dmenu' -#bindsym $mod+semicolon exec rofi -term termite -show window $() -bindsym $mod+p exec rofi -show run +bindsym $mod+semicolon exec quickswitch.py -d 'rofi -font "Monospace 12" -dmenu' +bindsym $mod+p exec rofi -font "Monospace 12" -show run bindsym $mod+shift+p exec "~/.i3/run.sh pass" -#exec xrandr --output HDMI3 --left-of HDMI1 & -#exec xmodmap ~/.Xmodmap & + +bindsym --release Num_Lock exec "xdotool key --clearmodifiers Shift+Insert;numlockx on" bindsym Print exec "shutter -r" -#bindsym XF86AudioRaiseVolume exec amixer -q set Master 2dB+ unmute -#bindsym XF86AudioLowerVolume exec amixer -q set Master 2dB- unmute -#bindsym XF86AudioMute exec amixer -q set Master toggle -bindsym $mod+backslash exec rofi -show ssh #exec --no-startup-id xautolock -time 10 -locker '~/.i3/run.sh screensaver' set $bg #121212 @@ -91,8 +85,8 @@ bindsym $mod+z exec xdotool click 1 bindsym $mod+shift+z exec xdotool click 3 bindsym $mod+i border normal bindsym $mod+shift+i border 1pixel -bindsym $mod+Return exec termite -bindsym $mod+shift+Return exec termite -d `xcwd` +bindsym $mod+Return exec urxvt +bindsym $mod+shift+Return exec urxvt -cd `xcwd` bindsym $mod+shift+c kill bindsym $mod+c move absolute position center bindsym $mod+F1 exec "~/.i3/run.sh lock" @@ -188,7 +182,7 @@ exec --no-startup-id xmodmap ~/.xmodmap exec --no-startup-id /home/stonewareslord/xmodmap.sh #exec --no-startup-id i3-msg /usr/bin/redshift t -l 36.3:-80.3 -t 2000:2000 # exec --no-startup-id i3-msg 'workspace 2; exec /usr/bin/firefox' -exec --no-startup-id i3-msg 'workspace 1; exec /usr/bin/termite' +exec --no-startup-id i3-msg 'workspace 1; exec /usr/bin/urxvt' exec --no-startup-id /usr/bin/shutter --min_at_startup #exec --no-startup-id "sleep 25;/usr/bin/owncloud" exec --no-startup-id /usr/bin/redshift -l 36.3:-80.3 -t 4000:2000 diff --git a/shells/Xresources b/shells/Xresources index 751a22d..c8a86b7 100644 --- a/shells/Xresources +++ b/shells/Xresources @@ -1,4 +1,6 @@ -! *faceName: Source Code Pro for Powerline +!URxvt.boldFont: -misc-fixed-medium-r-semicondensed--13-100-100-100-c-60-iso8859-1 + +URxvt.urgentOnBell: true URxvt.keysym.Control-Up: \033[1;5A URxvt.keysym.Control-Down: \033[1;5B @@ -13,8 +15,9 @@ URxvt.border: 0 URxvt.borderWidth: 0 URxvt.charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48 URxvt.eightBitInput: false -URxvt.faceName: -URxvt.faceSize: 8 +!URxvt.faceName: -misc-fixed-medium-r-semicondensed--13-100-100-100-c-60-iso8859-1 +URxvt.faceName: -*-*-*-*-*-*-8-*-*-*-*-*-*-* +URxvt.faceSize: 7 URxvt.hinting: false URxvt.internalBorder: 0 URxvt.letterSpace: 0 diff --git a/shells/zshrc b/shells/zshrc index d626d70..c73f44a 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -163,6 +163,7 @@ alias -s log="less -MN" alias -s odt="libreoffice" alias -s doc="libreoffice" alias -s docx="libreoffice" +alias -g PASTE='2>&1 |curl --data-urlencode text@- https://austenwares.com/paste/api/create' alias -g c='rsync --partial -ha --info=progress2 "$@"' alias -g cfat='rsync --partial -hrlc --info=progress2 "$@"' alias -g F='`fzf --no-mouse -m -1 -x`' diff --git a/vim/vimrc b/vim/vimrc index cbd88d4..91332d7 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -210,7 +210,7 @@ let g:formatter_php = ['formatdef_my_custom_php'] " These flags don't work for some reason " -xn -xc -xl -S "Syntastic -let g:syntastic_java_javac_classpath = "/home/stonewareslord/applications/java/junit-4.12.jar:/home/stonewareslord/applications/java/hamcrest-core-1.3.jar:/home/stonewareslord/git/school/flight-reservations/FlightReservations/src:/home/stonewareslord/git/school/flight-reservations/FlightReservations/test" +let g:syntastic_java_javac_classpath = "/home/stonewareslord/applications/java/junit-4.12.jar:/home/stonewareslord/applications/java/hamcrest-core-1.3.jar:/home/stonewareslord/git/school/flight-reservations/Project1/src:/home/stonewareslord/git/school/flight-reservations/Project1/test" "IndentGuides let g:indent_guides_start_level=1 let g:indent_guides_guide_size=1