Clipedit command
This commit is contained in:
parent
6328f14438
commit
d70b3cd44a
5 changed files with 17 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue