Add qb zoom only for portalo
This commit is contained in:
parent
42fd6c17ea
commit
eae6adf1d5
1 changed files with 4 additions and 2 deletions
|
@ -23,8 +23,6 @@ c.tabs.new_position.related = 'last'
|
|||
c.url.start_pages = ['dashboard.serguzim.me', 'cloud.serguzim.me', 'localhost:6680/iris/']
|
||||
c.url.searchengines = {'DEFAULT': 'bookmarks.serguzim/?q={}'}
|
||||
|
||||
c.zoom.default = 125
|
||||
|
||||
keybindings.init(config)
|
||||
|
||||
dracula.draw.blood(c, {
|
||||
|
@ -33,3 +31,7 @@ dracula.draw.blood(c, {
|
|||
'horizontal': 3
|
||||
}
|
||||
})
|
||||
|
||||
import socket
|
||||
if socket.gethostname() == 'portalo':
|
||||
c.zoom.default = 125
|
||||
|
|
Loading…
Reference in a new issue