diff options
author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-06-25 11:39:24 -0400 |
---|---|---|
committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-06-25 11:39:24 -0400 |
commit | 94f70c4c2ed3d65c9f07c4976fa7123a773b98f7 (patch) | |
tree | e6647144ac5c0bb3bee97fae63410e30f8d9d464 | |
parent | 10c4e50d87e2fdb7b2730c5c4b625df5c35f3f39 (diff) |
Add i3lock configuration to lock screen manually or after inactivity.
-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' & |