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