[XMonad] Change copyq rofi binding

This commit is contained in:
Ivan Malison 2016-10-03 14:51:12 -07:00
parent 965aeab5dc
commit 39a059167a
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -40,7 +40,7 @@ addKeys conf@XConfig {modMask = modm} =
, ((modm .|. controlMask, xK_t), spawn "restart.sh taffybar")
-- TODO: Change this to bringing the window to the current workspace
, ((modm, xK_b), bringMenuArgs' "rofi" ["-dmenu"])
, ((modm, xK_y), spawn "copyq_rofi.sh")
, ((modm, xK_v), spawn "copyq_rofi.sh")
, ((modm .|. controlMask, xK_space), sendMessage $ JumpToLayout "Full")
, ((modm, xK_slash), sendMessage $ Toggle MIRROR)
] ++