l 5 xmonad: add copyq keybinding
This commit is contained in:
parent
52044fb273
commit
5631dc07e7
|
@ -144,6 +144,8 @@ myKeyMap =
|
|||
, ("M4-C-q", windowPromptBringCopy infixAutoXPConfig)
|
||||
|
||||
, ("M4-S-q", return ())
|
||||
|
||||
, ("M4-w", floatNext True >> spawn "${pkgs.copyq}/bin/copyq show")
|
||||
]
|
||||
|
||||
forkFile :: FilePath -> [String] -> Maybe [(String, String)] -> X ()
|
||||
|
|
Loading…
Reference in a new issue