summaryrefslogtreecommitdiff
path: root/i3
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2015-09-29 17:36:36 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2015-09-29 17:36:36 -0400
commit49288b38424b6ba341d70ac16892c7f532f0223c (patch)
tree2eb86d26031fc107b897f6fe2e11b358116b7e00 /i3
parentdefa27e6461322058fb987b5cc60f86f91337a6d (diff)
Update i3 config.
Diffstat (limited to 'i3')
-rw-r--r--i3/config5
1 files changed, 3 insertions, 2 deletions
diff --git a/i3/config b/i3/config
index 23b024d..fbba967 100644
--- a/i3/config
+++ b/i3/config
@@ -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' &