[XMonad] Add a binding for rofi_kill_all.sh

This commit is contained in:
Ivan Malison 2017-03-01 19:22:39 -08:00
parent 812e48aba9
commit ab3e48b8b5
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -714,6 +714,8 @@ addKeys conf@XConfig {modMask = modm} =
, ((mod3Mask .|. shiftMask, xK_l), spawn "dm-tool lock")
, ((mod3Mask, xK_l), selectLayout)
, ((mod3Mask, xK_k), spawn "rofi_kill_process.sh")
, ((mod3Mask .|. shiftMask, xK_k),
spawn "rofi_kill_all.sh")
, ((mod3Mask, xK_r), spawn "rofi_restart_service.sh")
, ((mod3Mask, xK_0), spawn "tvpower.js")
, ((modalt, xK_w), spawn "rofi_wallpaper.sh")