diff options
author | lassulus <lass@lassul.us> | 2017-01-10 16:18:00 +0100 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2017-01-10 16:18:00 +0100 |
commit | 5631dc07e776c7fb9efe822e70aafe1aab716a59 (patch) | |
tree | b4532b79461407c9f81033dec53b11136a20ed36 /lass | |
parent | 52044fb27391acf4645ce09fcfd2fe85ffc47a94 (diff) |
l 5 xmonad: add copyq keybinding
Diffstat (limited to 'lass')
-rw-r--r-- | lass/5pkgs/xmonad-lass.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lass/5pkgs/xmonad-lass.nix b/lass/5pkgs/xmonad-lass.nix index ec3ad82af..2f2be6762 100644 --- a/lass/5pkgs/xmonad-lass.nix +++ b/lass/5pkgs/xmonad-lass.nix @@ -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 () |