75 lines
		
	
	
	
		
			1.1 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			75 lines
		
	
	
	
		
			1.1 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
#
 | 
						|
# bspwm hotkeys
 | 
						|
#
 | 
						|
 | 
						|
super + control + c
 | 
						|
	bspc window -c
 | 
						|
 | 
						|
super + control + k
 | 
						|
	bspc window -k
 | 
						|
 | 
						|
alt + Return
 | 
						|
	bspc window -t fullscreen
 | 
						|
 | 
						|
super + {j,k}
 | 
						|
	bspc window -f {next,prev}
 | 
						|
 | 
						|
super + shift + {j,l}
 | 
						|
	bspc window -e {down,right} +32
 | 
						|
 | 
						|
super + shift + {k,h}
 | 
						|
	bspc window -e {down,right} -32
 | 
						|
 | 
						|
super + Tab
 | 
						|
	bspc window -t floating
 | 
						|
 | 
						|
super + Return
 | 
						|
	bspc window -s biggest
 | 
						|
 | 
						|
super + {1-9}
 | 
						|
	bspc desktop -f {1-9}
 | 
						|
 | 
						|
super + shift + {1-9}
 | 
						|
	bspc window -d {1-9}
 | 
						|
 | 
						|
super + t
 | 
						|
	bspc desktop -R 90
 | 
						|
 | 
						|
super + m
 | 
						|
	bspc desktop -l next
 | 
						|
 | 
						|
super + f
 | 
						|
	/home/von/.config/bspwm/bsptf
 | 
						|
 | 
						|
~button{1-3}
 | 
						|
	bspc pointer -g focus
 | 
						|
 | 
						|
super + button{1-3}
 | 
						|
	bspc pointer -g {move,resize_side,resize_corner}
 | 
						|
 | 
						|
super + !button{1-3}
 | 
						|
	bspc pointer -t %i %i
 | 
						|
 | 
						|
super + @button{1-3}
 | 
						|
	bspc pointer -u
 | 
						|
 | 
						|
super + x
 | 
						|
	termite
 | 
						|
 | 
						|
super + {r,u}
 | 
						|
	/home/von/.config/bspwm/bspmenu_{run,url}
 | 
						|
 | 
						|
super + z
 | 
						|
	bash -c "until i3lock -entc 661111 -i /home/von/Pictures/wallpaper.png; do :; done"
 | 
						|
 | 
						|
Print
 | 
						|
	xfce4-screenshooter
 | 
						|
 | 
						|
alt + shift + F12
 | 
						|
	/home/von/vscripts/compton_toggle
 | 
						|
 | 
						|
super + {Left,Up,Right,Down}
 | 
						|
	bspc window --presel {left,up,right,down}
 | 
						|
 | 
						|
super + o
 | 
						|
	bspc monitor -f {right,left}
 |