Updated oh-my-zsh and moved to firefox
This commit is contained in:
		| @@ -26,7 +26,7 @@ bindsym Control+Mod1+t exec urxvt | ||||
| # start lock | ||||
| bindsym Control+Mod1+l exec i3lock -c 000000 -t -i ~/Pictures/Wallpapers/Game\ Over\ Hacker.png | ||||
|  | ||||
| bindsym Control+Mod1+w exec i3-one-instance google-chrome | ||||
| bindsym Control+Mod1+w exec i3-one-instance firefox | ||||
| bindsym Control+Mod1+g exec i3-one-instance gvim | ||||
| bindsym $mod+o exec i3-winmenu.py | ||||
| bindsym Control+Mod1+f exec pcmanfm | ||||
| @@ -211,6 +211,8 @@ client.urgent           #2f343a #101010 #93a1a1 #900000 | ||||
|  | ||||
| for_window [class="^Google-chrome$"] border none | ||||
| assign [class="Google-chrome" window_role="browser"] 2: Web | ||||
| for_window [class="^Firefox$"] border none | ||||
| assign [class="Firefox" window_role="browser"] 2: Web | ||||
| for_window [class="^URxvt$"] border 1px | ||||
| assign [title="^tmux$"] 1: Term | ||||
| assign [class="^Gvim$"] 3: Edit | ||||
| @@ -242,7 +244,7 @@ exec urxvt -e tmux attach | ||||
| #set $mode_system System (l) lock, (e) logout, (s) suspend, (h) hibernate, (r) reboot, (Shift+s) shutdown | ||||
| #mode "$mode_system" { | ||||
|     #bindsym l exec --no-startup-id i3exit lock, mode "default" | ||||
|         #bindsym e exec --no-startup-id i3exit logout, mode "default" | ||||
|         #bindsym e exec --no-startup-id i3exit logout, mode "default"e | ||||
|         #bindsym s exec --no-startup-id i3exit suspend, mode "default" | ||||
|         #bindsym h exec --no-startup-id i3exit hibernate, mode "default" | ||||
|         #bindsym r exec --no-startup-id i3exit reboot, mode "default" | ||||
| @@ -253,3 +255,5 @@ exec urxvt -e tmux attach | ||||
|         #bindsym Escape mode "default" | ||||
| #} | ||||
| #bindsym $mod+Pause mode "$mode_system" | ||||
| exec --no-startup-id feh --bg-scale Pictures/Wallpapers/little_big_planet.jpg | ||||
| exec --no-startup-id compton -b --config ~/.compton.conf  | ||||
|   | ||||
 Submodule oh-my-zsh updated: e85128f2b8...5663d3a1fe
									
								
							
							
								
								
									
										4
									
								
								vimrc
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								vimrc
									
									
									
									
									
								
							| @@ -43,7 +43,7 @@ Bundle "vim-scripts/ShowMarks" | ||||
| Bundle "atweiden/vim-dragvisuals" | ||||
| Bundle "tomasr/molokai" | ||||
| Bundle "elzr/vim-json" | ||||
| Bundle "niklasl/vim-rdf" | ||||
| Bundle "balkian/vim-rdf" | ||||
|  | ||||
|  | ||||
| filetype plugin indent on     " required! | ||||
| @@ -125,7 +125,7 @@ nnoremap <C-t>     :tabnew<CR> | ||||
| inoremap <C-S-tab> <Esc>:tabprevious<CR>i | ||||
| inoremap <C-tab>   <Esc>:tabnext<CR>i | ||||
| "inoremap <C-t>     <Esc>:tabnew<CR> | ||||
| nnoremap <leader>dd :bd<CR> | ||||
| nnoremap <Leader>dd :bd<CR> | ||||
|  | ||||
|  | ||||
| " Save sessions | ||||
|   | ||||
							
								
								
									
										5
									
								
								zshrc
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								zshrc
									
									
									
									
									
								
							| @@ -37,7 +37,7 @@ export UPDATE_ZSH_DAYS=13 | ||||
| # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) | ||||
| # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ | ||||
| # Example format: plugins=(rails git textmate ruby lighthouse) | ||||
| plugins=(git) | ||||
| plugins=(git colored-man virtualenvwrapper cp python wd systemadmin) | ||||
|  | ||||
| source $ZSH/oh-my-zsh.sh | ||||
|  | ||||
| @@ -54,6 +54,9 @@ ssh-add -l >/dev/null || alias ssh='ssh-add -l >/dev/null || ssh-add && unalias | ||||
| ### Added by the Heroku Toolbelt | ||||
| export PATH="$PATH:/usr/local/heroku/bin:$HOME/.cabal/bin" | ||||
|  | ||||
| ### Virtualenvwrapper | ||||
| export WORKON_HOME=~/.virtualenvs | ||||
|  | ||||
| setopt extended_glob | ||||
|  | ||||
| ### Get RVM to work with zsh | ||||
|   | ||||
		Reference in New Issue
	
	Block a user