Updated and discovered more about bspwm/sxhkd

This commit is contained in:
z3rOR0ne 2023-04-12 21:51:35 -07:00
parent 08f2f039de
commit 49f13909de
2 changed files with 9 additions and 0 deletions

View file

@ -28,6 +28,10 @@ super + shift + Escape
super + shift + r
bspc wm -r
# Reload sxhkdrc
super + shift + j
pkill -usr1 -x sxhkd; notify-send 'sxhkd' 'Reloaded config'
# toggle floating on and off
super + o
bspc node focused.tiled -t floating || bspc node focused.floating -t tiled
@ -213,3 +217,5 @@ super + BackSpace
# Switch focus between the windows of the current desktop
super + {_,shift + } Tab
bspc node -f {next,prev}.local