Clipedit command

This commit is contained in:
Filippo Berto 2022-10-08 12:24:38 +02:00
parent 6328f14438
commit d70b3cd44a
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
5 changed files with 17 additions and 1 deletions

View file

@ -11,6 +11,7 @@
unstable.kitty
update-background
xorg.xbacklight
clipedit
];
services.sxhkd =
let
@ -42,6 +43,7 @@
"super + ctrl + shift + space" = "bspc query -N -d | xargs -I id -n 1 bspc node id -p cancel";
"super + ctrl + space" = "bspc node -p cancel";
"super + e" = fileManager;
"super + shift + p" = "clipedit";
"super + Escape" = "pkill -USR1 -x sxhkd";
"super + g" = "bspc node -s biggest";
"super + {grave,Tab}" = "bspc {node,desktop} -f last";