l xmonad: use clipmenu

This commit is contained in:
lassulus 2022-11-29 22:18:26 +01:00
parent f4a844721d
commit 81b5682c5f
1 changed files with 8 additions and 1 deletions

View File

@ -151,7 +151,14 @@ myKeyMap =
, ("M4-S-q", return ())
, ("M4-d", floatNext True >> spawn "${pkgs.copyq}/bin/copyq show")
, ("M4-d", floatNext True >> spawn "${pkgs.writers.writeDash "clipmenu" ''
PATH=${lib.makeBinPath [
pkgs.coreutils
pkgs.gawk
pkgs.dmenu
]}
${pkgs.clipmenu}/bin/clipmenu
''}")
, ("M4-<F2>", windows copyToAll)