sxhkd: Add useful bspwm hotkeys
This commit is contained in:
		@@ -46,16 +46,19 @@ alt + m
 | 
			
		||||
	bspc desktop -l next
 | 
			
		||||
# Switch current node with biggest on current desktop
 | 
			
		||||
alt + g
 | 
			
		||||
	bspc node -s biggest --follow -d focused
 | 
			
		||||
	bspc node -s biggest.local --follow
 | 
			
		||||
# Focus the node for the given path jump
 | 
			
		||||
alt + {a,c}
 | 
			
		||||
	bspc node -f {@parent,biggest.descendant_of}
 | 
			
		||||
# Rotate, equalize, or balance selection
 | 
			
		||||
alt + {r,e,u}
 | 
			
		||||
	bspc node -{R 90,E,B @/}
 | 
			
		||||
# Set window states
 | 
			
		||||
alt + {t,shift + t,f,shift + f}
 | 
			
		||||
	bspc node -t {tiled,pseudo_tiled,floating,fullscreen}
 | 
			
		||||
# Set node flags
 | 
			
		||||
alt + ctrl + {x,y,z}
 | 
			
		||||
	bspc node -g {locked,sticky,private}
 | 
			
		||||
# Focus the node for the given path jump
 | 
			
		||||
alt + {a,b}
 | 
			
		||||
	bspc node -f @{parent,brother}
 | 
			
		||||
# Focus the next/previous node in the current desktop
 | 
			
		||||
alt + {_,shift + }c
 | 
			
		||||
	bspc node -f {next,prev}.local
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user