Update configs
This commit is contained in:
		
							parent
							
								
									8e7155d2c7
								
							
						
					
					
						commit
						90b64d8b50
					
				
					 4 changed files with 14 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -28,7 +28,8 @@ def init(c):
 | 
			
		|||
    c.url.searchengines = {
 | 
			
		||||
        'DEFAULT': 'https://duckduckgo.com/?q={}',
 | 
			
		||||
        'ddg': 'https://duckduckgo.com/?q={}',
 | 
			
		||||
        'kagi': 'https://kagi.com/search?q={}'
 | 
			
		||||
        'kagi': 'https://kagi.com/search?q={}',
 | 
			
		||||
        'lh': 'http://localhost:{}/',
 | 
			
		||||
    }
 | 
			
		||||
    c.url.start_pages = [
 | 
			
		||||
        'https://rss.serguzim.me/',
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,9 +1,14 @@
 | 
			
		|||
import keybindings
 | 
			
		||||
import common
 | 
			
		||||
import linkwarden
 | 
			
		||||
 | 
			
		||||
config.load_autoconfig()
 | 
			
		||||
keybindings.init(config)
 | 
			
		||||
common.init(c)
 | 
			
		||||
try:
 | 
			
		||||
    linkwarden.init()
 | 
			
		||||
except:
 | 
			
		||||
    pass
 | 
			
		||||
 | 
			
		||||
c.tabs.show = 'never'
 | 
			
		||||
c.statusbar.show = 'never'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue