for now sxhkd will use alt as a modifier, also a bit of an attempt to make all the config in python
This commit is contained in:
		
							parent
							
								
									cfdea9b660
								
							
						
					
					
						commit
						233ba33ec7
					
				
					 2 changed files with 61 additions and 20 deletions
				
			
		| 
						 | 
				
			
			@ -2,67 +2,67 @@
 | 
			
		|||
# bspwm hotkeys
 | 
			
		||||
#
 | 
			
		||||
 | 
			
		||||
super + control + c
 | 
			
		||||
alt + control + c
 | 
			
		||||
	bspc window -c
 | 
			
		||||
 | 
			
		||||
super + control + k
 | 
			
		||||
alt + control + k
 | 
			
		||||
	bspc window -k
 | 
			
		||||
 | 
			
		||||
alt + Return
 | 
			
		||||
	bspc window -t fullscreen
 | 
			
		||||
 | 
			
		||||
super + {j,k}
 | 
			
		||||
alt + {j,k}
 | 
			
		||||
	bspc window -f {next,prev}
 | 
			
		||||
 | 
			
		||||
super + shift + {j,l}
 | 
			
		||||
alt + shift + {j,l}
 | 
			
		||||
	bspc window -e {down,right} +32
 | 
			
		||||
 | 
			
		||||
super + shift + {k,h}
 | 
			
		||||
alt + shift + {k,h}
 | 
			
		||||
	bspc window -e {down,right} -32
 | 
			
		||||
 | 
			
		||||
super + Tab
 | 
			
		||||
alt + Tab
 | 
			
		||||
	bspc window -t floating
 | 
			
		||||
 | 
			
		||||
super + Return
 | 
			
		||||
alt + Return
 | 
			
		||||
	bspc window -s biggest
 | 
			
		||||
 | 
			
		||||
super + {1-9}
 | 
			
		||||
alt + {1-9}
 | 
			
		||||
	bspc desktop -f {1-9}
 | 
			
		||||
 | 
			
		||||
super + shift + {1-9}
 | 
			
		||||
alt + shift + {1-9}
 | 
			
		||||
	bspc window -d {1-9}
 | 
			
		||||
 | 
			
		||||
super + t
 | 
			
		||||
alt + t
 | 
			
		||||
	bspc desktop -R 90
 | 
			
		||||
 | 
			
		||||
super + m
 | 
			
		||||
alt + m
 | 
			
		||||
	bspc desktop -l next
 | 
			
		||||
 | 
			
		||||
super + f
 | 
			
		||||
alt + f
 | 
			
		||||
	/home/von/.config/bspwm/bsptf
 | 
			
		||||
 | 
			
		||||
~button{1-3}
 | 
			
		||||
	bspc pointer -g focus
 | 
			
		||||
 | 
			
		||||
super + button{1-3}
 | 
			
		||||
alt + button{1-3}
 | 
			
		||||
	bspc pointer -g {move,resize_side,resize_corner}
 | 
			
		||||
 | 
			
		||||
super + !button{1-3}
 | 
			
		||||
alt + !button{1-3}
 | 
			
		||||
	bspc pointer -t %i %i
 | 
			
		||||
 | 
			
		||||
super + @button{1-3}
 | 
			
		||||
alt + @button{1-3}
 | 
			
		||||
	bspc pointer -u
 | 
			
		||||
 | 
			
		||||
super + x
 | 
			
		||||
alt + x
 | 
			
		||||
	termite
 | 
			
		||||
 | 
			
		||||
super + {r,u}
 | 
			
		||||
alt + {r,u}
 | 
			
		||||
	/home/von/.config/bspwm/bspmenu_{run,url}
 | 
			
		||||
 | 
			
		||||
alt + F2
 | 
			
		||||
	dmenu_run
 | 
			
		||||
 | 
			
		||||
super + z
 | 
			
		||||
alt + z
 | 
			
		||||
	bash -c "until i3lock -entc 661111 -i /home/von/Pictures/wallpaper.png; do :; done"
 | 
			
		||||
 | 
			
		||||
Print
 | 
			
		||||
| 
						 | 
				
			
			@ -71,8 +71,8 @@ Print
 | 
			
		|||
alt + shift + F12
 | 
			
		||||
	/home/von/vscripts/compton_toggle
 | 
			
		||||
 | 
			
		||||
super + {Left,Up,Right,Down}
 | 
			
		||||
alt + {Left,Up,Right,Down}
 | 
			
		||||
	bspc window --presel {left,up,right,down}
 | 
			
		||||
 | 
			
		||||
super + o
 | 
			
		||||
alt + o
 | 
			
		||||
	bspc monitor -f {right,left}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue