forked from colonelpanic/dotfiles
[XMonad] Add paste with modm-V
This commit is contained in:
parent
212c5c2a43
commit
5324a3a9a8
@ -40,6 +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_v), spawn "copyq paste")
|
||||
, ((mod3Mask, xK_v), spawn "copyq_rofi.sh")
|
||||
, ((modm .|. controlMask, xK_space), sendMessage $ JumpToLayout "Full")
|
||||
, ((modm, xK_slash), sendMessage $ Toggle MIRROR)
|
||||
|
Loading…
Reference in New Issue
Block a user