diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2013-09-15 02:41:37 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2013-09-15 02:41:37 +1200 |
commit | 3a6de618fe1b3b5c1ce7a6787a9442788b9f9b75 (patch) | |
tree | b5bf61c8336476973ce8b8043870c7bab7be32f2 /i3 | |
parent | Break editor/pager setup into subfile (diff) | |
download | dotfiles-3a6de618fe1b3b5c1ce7a6787a9442788b9f9b75.tar.gz dotfiles-3a6de618fe1b3b5c1ce7a6787a9442788b9f9b75.zip |
Add i3wm binding for screen lock
Diffstat (limited to 'i3')
-rw-r--r-- | i3/config | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -34,6 +34,9 @@ bindsym $mod+Shift+j move down bindsym $mod+Shift+k move up bindsym $mod+Shift+l move right +# Mod+slash locks the screen +bindsym $mod+slash exec xscreensaver-command -lock + # Mod+backslash splits horizontally bindsym $mod+backslash split h |