Zathura config + remove old packages

This commit is contained in:
Filippo Berto 2021-07-02 12:29:14 +02:00
parent 247185eafe
commit 632185d7f8
10 changed files with 68 additions and 37 deletions

View file

@ -9,6 +9,7 @@
rofi = "${pkgs.rofi}/bin/rofi";
terminator = "${pkgs.terminator}/bin/terminator";
nautilus = "${pkgs.gnome.nautilus}/bin/nautilus";
pcmanfm = "${pkgs.pcmanfm}/bin/pcmanfm";
update-backgroundCmd = "${pkgs.update-background}";
in
{
@ -25,7 +26,7 @@
"super + ctrl + {m,x,y,z}" = "${bspc} node -g {marked,locked,sticky,private}";
"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" = "${nautilus} -w";
"super + {_,shift +} e" = "{${nautilus} -w, ${pcmanfm} -n}";
"super + Escape" = "pkill -USR1 -x sxhkd";
"super + g" = "${bspc} node -s biggest";
"super + {grave,Tab}" = "${bspc} {node,desktop} -f last";