i3: Fix some device specific settings, add lock hotkey

Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
This commit is contained in:
2018-11-09 18:04:06 +01:00
parent 31983ecb61
commit 0ad4abda90
2 changed files with 4 additions and 1 deletions

View File

@ -149,6 +149,9 @@ floating_modifier $mod
bindsym XF86Battery exec xautolock -locknow
bindsym XF86Launch1 exec "xautolock -locknow; sleep 1; xset dpms force off"
# Lock screen
bindsym $mod+Ctrl+l exec "xautolock -locknow; sleep 1; xset dpms force off"
# Screenshot
bindsym Print exec ~/.config/i3/scripts/screenshot.sh