[XMonad] Add a keybinding to lock computer

This commit is contained in:
Ivan Malison 2016-11-14 05:59:10 -06:00
parent 90efe1bc83
commit 94593b2685
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -340,6 +340,7 @@ addKeys conf@XConfig {modMask = modm} =
, ((mod3Mask, xK_p), spawn "system_password.sh")
, ((mod3Mask, xK_h), spawn "screenshot.sh")
, ((mod3Mask, xK_c), spawn "shell_command.sh")
, ((mod3Mask, xK_l), spawn "dm-tool lock")
-- ModAlt bindings
, ((modalt, xK_w), spawn "rofi_wallpaper.sh")