✨ Updated and discovered more about bspwm/sxhkd
This commit is contained in:
parent
08f2f039de
commit
49f13909de
2 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue