Compare commits
	
		
			3 Commits
		
	
	
		
			082824261b
			...
			0c131fdbfa
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						
						
							
						
						0c131fdbfa
	
				 | 
					
					
						|||
| 
						
						
							
						
						d4d4663876
	
				 | 
					
					
						|||
| 
						
						
							
						
						076ff6fbe5
	
				 | 
					
					
						
@ -192,7 +192,8 @@ super + shift + {comma,period}
 | 
				
			|||||||
# Change window gap
 | 
					# Change window gap
 | 
				
			||||||
 | 
					
 | 
				
			||||||
super + g
 | 
					super + g
 | 
				
			||||||
	bspc config -d focused window_gap {$gap,$(($gap+$cgap)),$(($gap+$cgap+$gap))}
 | 
						{bspc config window_gap 0 && bspc config top_padding 0 && bspc config bottom_padding 0 && bspc config right_padding 0 && bspc config left_padding 0,\
 | 
				
			||||||
 | 
						bspc config window_gap $(($gap+$cgap)) && bspc config top_padding $(($PANEL_HEIGHT-($gap-$cgap))) && bspc config bottom_padding -$gap && bspc config right_padding -$gap && bspc config left_padding -$gap}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
super + button{4,5}
 | 
					super + button{4,5}
 | 
				
			||||||
	bspc config -d focused window_gap $((`bspc config -d focused window_gap` {+,-} 2 ))
 | 
						bspc config -d focused window_gap $((`bspc config -d focused window_gap` {+,-} 2 ))
 | 
				
			||||||
 | 
				
			|||||||
@ -1,5 +1,6 @@
 | 
				
			|||||||
set -g mouse
 | 
					set -g mouse
 | 
				
			||||||
set -g set-clipboard on
 | 
					set -g set-clipboard on
 | 
				
			||||||
 | 
					set -g focus-events on
 | 
				
			||||||
 | 
					
 | 
				
			||||||
bind h selectp -L 
 | 
					bind h selectp -L 
 | 
				
			||||||
bind j selectp -D 
 | 
					bind j selectp -D 
 | 
				
			||||||
 | 
				
			|||||||
@ -72,6 +72,7 @@ alias open="xdg-open"
 | 
				
			|||||||
alias sxiv=nsxiv
 | 
					alias sxiv=nsxiv
 | 
				
			||||||
alias :q=exit
 | 
					alias :q=exit
 | 
				
			||||||
alias vim=nvim
 | 
					alias vim=nvim
 | 
				
			||||||
 | 
					alias radio="mpv https://radio.freenode.net/radio.ogg --volume=30" 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Theming section  
 | 
					# Theming section  
 | 
				
			||||||
autoload -U compinit colors zcalc
 | 
					autoload -U compinit colors zcalc
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user