dotfiles/.config/sxhkd/sxhkdrc

18 lines
546 B
Text

{alt,shift + alt} + {j,k}
bspc node {-f,-n} {next,prev}.active
super + Return
bspc node -n biggest
shift + alt + Return
terminology
{shift + ctrl,shift + alt + ctrl} + space
state={fullscreen,floating}; \
bspc query -N -n "focused.$\{state\}" && state=tiled; \
bspc node -t "$state"
shift + alt + space
bspc desktop -l next
shift + ctrl + r
~/.config/bspwm/bspwmrc
# {ctrl + alt,shift + alt} + {Left,Right}
# bspc {monitor -f,node -m} {west,east}
{alt,shift + alt} + {1-4}
bspc {desktop -f,node -d} ^{1-4}