Fix minor issues
This commit is contained in:
		
							parent
							
								
									2a51281db8
								
							
						
					
					
						commit
						4a6de219fe
					
				
					 7 changed files with 11 additions and 5 deletions
				
			
		|  | @ -1,4 +1,4 @@ | ||||||
| #!/usr/bin/sh | #!/usr/bin/env sh | ||||||
| 
 | 
 | ||||||
| set -e | set -e | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -55,6 +55,8 @@ else | ||||||
|     bspc monitor primary -d web terminal 3 4 5 6 7 8 9 focus |     bspc monitor primary -d web terminal 3 4 5 6 7 8 9 focus | ||||||
| fi | fi | ||||||
| 
 | 
 | ||||||
|  | bspc wm --adopt-orphans | ||||||
|  | 
 | ||||||
| bspc desktop web --layout monocle | bspc desktop web --layout monocle | ||||||
| bspc desktop focus --layout monocle | bspc desktop focus --layout monocle | ||||||
| bspc desktop side-view --layout monocle | bspc desktop side-view --layout monocle | ||||||
|  |  | ||||||
|  | @ -6,6 +6,7 @@ venv/ | ||||||
| .DS_Store | .DS_Store | ||||||
| *.bak | *.bak | ||||||
| *.git_hidden | *.git_hidden | ||||||
|  | *.git_hidden.* | ||||||
| 
 | 
 | ||||||
| # Vim Stuff | # Vim Stuff | ||||||
| .syntastic_*_config | .syntastic_*_config | ||||||
|  |  | ||||||
|  | @ -21,6 +21,8 @@ def init(c): | ||||||
|     c.tabs.new_position.related = 'last' |     c.tabs.new_position.related = 'last' | ||||||
|     c.tabs.pinned.frozen = False |     c.tabs.pinned.frozen = False | ||||||
| 
 | 
 | ||||||
|  |     c.qt.workarounds.remove_service_workers = True | ||||||
|  | 
 | ||||||
|     c.url.searchengines = { |     c.url.searchengines = { | ||||||
|         'DEFAULT': 'https://duckduckgo.com/?q={}', |         'DEFAULT': 'https://duckduckgo.com/?q={}', | ||||||
|     } |     } | ||||||
|  | @ -1,9 +1,9 @@ | ||||||
| import keybindings | import keybindings | ||||||
| import generic | import common | ||||||
| 
 | 
 | ||||||
| config.load_autoconfig() | config.load_autoconfig() | ||||||
| keybindings.init(config) | keybindings.init(config) | ||||||
| generic.init(c) | common.init(c) | ||||||
| 
 | 
 | ||||||
| c.auto_save.session = True | c.auto_save.session = True | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,9 +1,9 @@ | ||||||
| import keybindings | import keybindings | ||||||
| import generic | import common | ||||||
| 
 | 
 | ||||||
| config.load_autoconfig() | config.load_autoconfig() | ||||||
| keybindings.init(config) | keybindings.init(config) | ||||||
| generic.init(c) | common.init(c) | ||||||
| 
 | 
 | ||||||
| c.tabs.show = 'never' | c.tabs.show = 'never' | ||||||
| c.statusbar.show = 'never' | c.statusbar.show = 'never' | ||||||
|  |  | ||||||
|  | @ -64,6 +64,7 @@ _autostart() | ||||||
| 
 | 
 | ||||||
|     pass x |     pass x | ||||||
|     (pass notes/keepass | head -n 1 | keepassxc --pw-stdin ~/sync/passwords.kdbx) & |     (pass notes/keepass | head -n 1 | keepassxc --pw-stdin ~/sync/passwords.kdbx) & | ||||||
|  |     pass x && sleep 5 | ||||||
| 
 | 
 | ||||||
|     _autostart_apps & |     _autostart_apps & | ||||||
|     _autostart_workspace_voip & |     _autostart_workspace_voip & | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue