Changed things

This commit is contained in:
Austen Adler 2015-02-22 16:26:41 -05:00
parent de6408f39f
commit 472324bb76
3 changed files with 41 additions and 40 deletions

View File

@ -80,10 +80,11 @@ mode "resize" {
#font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 #font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
floating_modifier $mod floating_modifier $mod
bindsym $mod+z exec xdotool click 3 bindsym $mod+z exec xdotool click 3
bindsym $mod+shift+z exec xdotool click 1
bindsym $mod+i border normal bindsym $mod+i border normal
bindsym $mod+shift+i border 1pixel bindsym $mod+shift+i border 1pixel
bindsym $mod+Return exec xterm bindsym $mod+Return exec uxterm
bindsym $mod+shift+Return exec xterm -e "cd `xcwd`&&/bin/zsh" bindsym $mod+shift+Return exec uxterm -e "cd `xcwd`&&/bin/zsh"
bindsym $mod+shift+c kill bindsym $mod+shift+c kill
bindsym $mod+c move absolute position center bindsym $mod+c move absolute position center
bindsym XF86MonBrightnessUp exec "xbacklight -inc 10" bindsym XF86MonBrightnessUp exec "xbacklight -inc 10"
@ -174,7 +175,7 @@ exec --no-startup-id xmodmap ~/.xmodmap
exec --no-startup-id /home/stonewareslord/xmodmap.sh exec --no-startup-id /home/stonewareslord/xmodmap.sh
exec --no-startup-id i3-msg /usr/bin/redshift t -l 36.3:-80.3 -t 6500:4000 exec --no-startup-id i3-msg /usr/bin/redshift t -l 36.3:-80.3 -t 6500:4000
# exec --no-startup-id i3-msg 'workspace 2; exec /usr/bin/firefox' # exec --no-startup-id i3-msg 'workspace 2; exec /usr/bin/firefox'
exec --no-startup-id i3-msg 'workspace 1; exec /usr/bin/xterm' exec --no-startup-id i3-msg 'workspace 1; exec /usr/bin/uxterm'
exec --no-startup-id /usr/bin/shutter --min_at_startup exec --no-startup-id /usr/bin/shutter --min_at_startup
exec --no-startup-id /usr/bin/screen -dmS syncthing /home/stonewareslord/Applications/syncthing/syncthing exec --no-startup-id /usr/bin/screen -dmS syncthing /home/stonewareslord/Applications/syncthing/syncthing
exec --no-startup-id "sleep 25;/usr/bin/owncloud" exec --no-startup-id "sleep 25;/usr/bin/owncloud"

View File

@ -1,40 +1,40 @@
XTerm*antialias: true UXTerm*antialias: true
XTerm*hinting: true UXTerm*hinting: true
XTerm*hintstyle: hintlight UXTerm*hintstyle: hintlight
XTerm*rgba: rgb UXTerm*rgba: rgb
XTerm*font: xft:DejaVu Sans Mono-8 ! XTerm*font: xft:DejaVu Sans Mono-8
XTerm*letterSpace: -1 UXerm*letterSpace: -1
XTerm*faceSize: 9 UXTerm*faceSize: 9
XTerm*utf8: 1 UXTerm*utf8: 1
XTerm*vt100*geometry: 80x60 UXTerm*vt100*geometry: 80x60
XTerm*saveLines: 16384 UXTerm*saveLines: 16384
XTerm*loginShell: true UXTerm*loginShell: true
XTerm*charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48 UXTerm*charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48
XTerm*termName: xterm-256color UXTerm*termName: xterm-256color
XTerm*eightBitInput: false UXTerm*eightBitInput: false
XTerm*selectToClipboard: true UXTerm*selectToClipboard: true
XTerm*vt100*internalBorder: 0 UXTerm*vt100*internalBorder: 0
*VT100*Translations: #override \ *VT100*Translations: #override \
<Key>Home: string(0x01)\n\ <Key>Home: string(0x01)\n\
<Key>End: string(0x05)\n <Key>End: string(0x05)\n
XTerm*foreground: #ffffff UXTerm*foreground: #ffffff
XTerm*background: #121212 UXTerm*background: #121212
XTerm*cursorColor: #ffffff UXTerm*cursorColor: #ffffff
XTerm*color0: #121212 UXTerm*color0: #121212
XTerm*color8: #606060 UXTerm*color8: #606060
XTerm*color1: #ff0000 UXTerm*color1: #ff0000
XTerm*color9: #ff5f00 UXTerm*color9: #ff5f00
XTerm*color2: #00ff00 UXTerm*color2: #00ff00
XTerm*color10: #00ff00 UXTerm*color10: #00ff00
XTerm*color3: #ffff00 UXTerm*color3: #ffff00
XTerm*color11: #ffff00 UXTerm*color11: #ffff00
XTerm*color4: #0087ff UXTerm*color4: #0087ff
XTerm*color12: #0087ff UXTerm*color12: #0087ff
XTerm*color5: #ff0087 UXTerm*color5: #ff0087
XTerm*color13: #ff0087 UXTerm*color13: #ff0087
XTerm*color6: #00d7ff UXTerm*color6: #00d7ff
XTerm*color14: #00d7ff UXTerm*color14: #00d7ff
XTerm*color7: #ffffff UXTerm*color7: #ffffff
XTerm*color15: #ffffff UXTerm*color15: #ffffff

View File

@ -84,9 +84,9 @@ alias awake='disphost; while true; do xdotool mousemove 0 0; sleep 60; done'
alias adk='/home/stonewareslord/Applications/adk/bin/studio.sh & disown' alias adk='/home/stonewareslord/Applications/adk/bin/studio.sh & disown'
alias resource='. ~/.zshrc' alias resource='. ~/.zshrc'
function ins(){ function ins(){
sudo zsh -c "emerge --fetchonly --autounmask-write -av $@&&emerge -v $@" sudo zsh -c "emerge --fetchonly --autounmask-write -av $@&&emerge -v --quiet-build $@"
} }
alias etup='sudo etc-update --automode -3 <<< y' alias etup='sudo etc-update'
alias search='apt-cache search' alias search='apt-cache search'
#alias install='sudo apt-get --show-progress install' #alias install='sudo apt-get --show-progress install'
alias remove='sudo apt-get --show-progress remove' alias remove='sudo apt-get --show-progress remove'