Browse Source

Config: Change bspwm biggest/preselect node moving keybindings

master
Riyyi 3 years ago
parent
commit
7a08a720d0
  1. 4
      .config/sxhkd/bspwm

4
.config/sxhkd/bspwm

@ -66,11 +66,11 @@ super + shift + bracket{left,right}
bspc node -m {prev,next} --follow bspc node -m {prev,next} --follow
# Swap focused and biggest node # Swap focused and biggest node
super + g super + shift + b
bspc node -s biggest.local bspc node -s biggest.local
# Send focused node to the latest preselect node # Send focused node to the latest preselect node
super + y super + shift + p
bspc node -n newest.!automatic.local bspc node -n newest.!automatic.local
# Move floating window # Move floating window

Loading…
Cancel
Save