[XMonad] Add rofi_kill_process.sh binding

This commit is contained in:
Ivan Malison 2016-11-24 14:19:27 -08:00
parent 6e340c0c78
commit a3f23a071e
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -441,6 +441,7 @@ addKeys conf@XConfig {modMask = modm} =
, ((mod3Mask, xK_c), spawn "shell_command.sh")
, ((mod3Mask .|. shiftMask, xK_l), spawn "dm-tool lock")
, ((mod3Mask, xK_l), selectLayout)
, ((mod3Mask, xK_k), spawn "rofi_kill_process.sh")
-- ModAlt bindings
, ((modalt, xK_w), spawn "rofi_wallpaper.sh")