diff options
author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-09-29 17:36:36 -0400 |
---|---|---|
committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-09-29 17:36:36 -0400 |
commit | 49288b38424b6ba341d70ac16892c7f532f0223c (patch) | |
tree | 2eb86d26031fc107b897f6fe2e11b358116b7e00 /i3 | |
parent | defa27e6461322058fb987b5cc60f86f91337a6d (diff) |
Update i3 config.
Diffstat (limited to 'i3')
-rw-r--r-- | i3/config | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -19,7 +19,7 @@ floating_modifier Mod4 # start a terminal bindsym Mod4+Return exec gnome-terminal -bindsym Pause exec i3lock +bindsym Pause exec i3lock -c 2A3462 # kill focused window bindsym Mod4+Shift+q kill @@ -165,5 +165,6 @@ bar { exec xrdb -merge $HOME/.Xresources exec setxkbmap us -variant dvorak -option compose:ralt -option caps:ctrl_modifier +exec xbindkeys exec google-chrome & -exec xautolock -time 10 -locker 'i3lock' & +exec xautolock -time 10 -locker 'i3lock -c 2A3462' & |