Run xbindkeys on startup
							parent
							
								
									2594397c92
								
							
						
					
					
						commit
						8ef636b986
					
				
							
								
								
									
										3
									
								
								.bashrc
								
								
								
								
							
							
						
						
									
										3
									
								
								.bashrc
								
								
								
								
							| 
						 | 
				
			
			@ -17,7 +17,6 @@ get_git_info() {
 | 
			
		|||
  git rev-parse --is-inside-work-tree &>/dev/null || return
 | 
			
		||||
  echo -e " $(get_branch_name)"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export PS1="\u \w ❭\[$(tput sgr0)\] "
 | 
			
		||||
 | 
			
		||||
# History
 | 
			
		||||
| 
						 | 
				
			
			@ -30,7 +29,7 @@ export HISTIGNORE="clear:l: *"
 | 
			
		|||
export MANWIDTH=120
 | 
			
		||||
 | 
			
		||||
# Vim
 | 
			
		||||
export EDITOR='vim'
 | 
			
		||||
export EDITOR=vim
 | 
			
		||||
 | 
			
		||||
# Fuzzy finder setup
 | 
			
		||||
export FZF_COMPLETION_TRIGGER='**'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -23,6 +23,7 @@ fi
 | 
			
		|||
xset -b            # disable bell
 | 
			
		||||
xset r rate 200 30 # adjust typematic delay & rate
 | 
			
		||||
 | 
			
		||||
xbindkeys &
 | 
			
		||||
xbanish &
 | 
			
		||||
dwmblocks &
 | 
			
		||||
udiskie &
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue