diff options
Diffstat (limited to 'i3')
| -rw-r--r-- | i3/config | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -25,7 +25,7 @@ bindsym Pause exec i3lock -c 2A3462 bindsym Mod4+Shift+q kill # start dmenu (a program launcher) -bindsym Mod4+d exec dmenu_run -fn -*-*-*-*-*-*-20-*-*-*-*-*-*-* +bindsym Mod4+d exec $HOME/bin/dmenu_run.sh # change focus bindsym Mod4+h focus left @@ -109,11 +109,10 @@ bindsym Mod4+Shift+r restart bindsym Mod4+Shift+e exit # # class border backgr. text indicator -client.focused #000000 #76c7b7 #000000 #2e9ef4 -client.focused_inactive #333333 #999999 #000000 #484e50 -client.unfocused #333333 #cccccc #333333 #292d2e -client.urgent #2f343a #900000 #ffffff #900000 -# client.placeholder #000000 #0c0c0c #ffffff #000000 +client.focused #000000 #6a9fb5 #f5f5f5 #2e9ef4 +client.focused_inactive #000000 #505050 #e0e0e0 #484e50 +client.unfocused #000000 #505050 #aa759f +client.urgent #000000 #ac4142 #e0e0e0 #ac4142 # resize window (you can also use the mouse for that) mode "resize" { @@ -164,7 +163,8 @@ bar { } exec xrdb -merge $HOME/.Xresources -exec setxkbmap us -variant dvorak -option compose:ralt -option caps:ctrl_modifier +setxkbmap us -variant dvorak -option compose:ralt -option caps:ctrl_modifier +exec $HOME/bin/keyboard_setup.sh exec xbindkeys exec google-chrome & exec xautolock -time 10 -locker 'i3lock -c 2A3462' & |
