diff options
-rw-r--r-- | i3/config | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,6 +19,8 @@ floating_modifier Mod4 # start a terminal bindsym Mod4+Return exec urxvt +bindsym Pause exec i3lock + # kill focused window bindsym Mod4+Shift+q kill @@ -164,3 +166,4 @@ bar { exec xrdb -merge $HOME/.Xresources exec setxkbmap us -variant dvorak -option compose:ralt -option caps:ctrl_modifier exec google-chrome & +exec xautolock -time 10 -locker 'i3lock' & |