dotfiles/.config/sxhkd/sxhkdrc

19 lines
546 B
Text
Raw Normal View History

2018-08-14 04:39:50 +00:00
{alt,shift + alt} + {j,k}
bspc node {-f,-n} {next,prev}.active
2020-06-24 01:14:51 +00:00
super + Return
2018-08-14 04:39:50 +00:00
bspc node -n biggest
shift + alt + Return
2020-06-24 01:14:51 +00:00
terminology
2018-08-14 04:39:50 +00:00
{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
2020-06-24 01:14:51 +00:00
# {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}