Change st zoom keybind

This commit is contained in:
davidovski 2023-11-08 00:33:43 +00:00
parent 57aad4d528
commit 90a7d7ceb3
17 changed files with 82 additions and 529 deletions

View file

@ -21,12 +21,11 @@ super + ctrl + alt + f
light -U {10,1}
{_, super} + XF86MonBrightnessUp
light -A {10,1}
super + r
rofi -show drun -show-icons
rofi -show drun -show-icons
super + shift + r
rofi -show ssh -show-icons
@ -35,13 +34,13 @@ super + ctrl + Tab
rofi -show window
super + g
$HOME/.scripts/toggle-gap.sh
$HOME/.scripts/toggle-gap.sh
super + shift + g
$HOME/.scripts/toggle-size-hints.sh
# open terminal
super + Return
super + Return
$TERMINAL
# open pdf viewer
@ -67,6 +66,11 @@ super + m
super + n
$FILE_MANAGER
# open dmenu iwd
super + i
$HOME/.scripts/dmenu-iwd
# open audio mixer
super + semicolon
bspc rule -a \* -o state=floating && $TERMINAL -e pulsemixer
@ -225,6 +229,12 @@ super + f
bspc node focused -t floating || \
bspc node focused -t tiled;
# make the node sticky
super + d
[ -z "$(bspc query -N -n focused.sticky)" ] && \
bspc node focused -g sticky=on || \
bspc node focused -g stick=off;
super + ctrl + f
bspc node -t \~fullscreen