added command to hide status bar/tab bar
This commit is contained in:
parent
c878a09440
commit
819a5e9dab
@ -21,9 +21,11 @@ settings:
|
|||||||
global: never
|
global: never
|
||||||
scrolling.smooth:
|
scrolling.smooth:
|
||||||
global: true
|
global: true
|
||||||
|
statusbar.show:
|
||||||
|
global: never
|
||||||
tabs.position:
|
tabs.position:
|
||||||
global: left
|
global: left
|
||||||
tabs.show:
|
tabs.show:
|
||||||
global: always
|
global: never
|
||||||
tabs.width:
|
tabs.width:
|
||||||
global: 2%
|
global: 2%
|
||||||
|
@ -222,6 +222,9 @@ config.bind('<Ctrl-p>', 'spawn --userscript qute-pass')
|
|||||||
#c.colors.webpage.darkmode.grayscale.images = 0.5
|
#c.colors.webpage.darkmode.grayscale.images = 0.5
|
||||||
#c.colors.webpage.darkmode.policy.images = 'never'
|
#c.colors.webpage.darkmode.policy.images = 'never'
|
||||||
#c.colors.webpage.darkmode.policy.page = 'smart'
|
#c.colors.webpage.darkmode.policy.page = 'smart'
|
||||||
|
config.bind('xs', 'config-cycle statusbar.show always never')
|
||||||
|
config.bind('xt', 'config-cycle tabs.show always never')
|
||||||
|
config.bind('xx', 'config-cycle tabs.show always never;; config-cycle statusbar.show always never')
|
||||||
|
|
||||||
c.url.searchengines["g"] = "https://www.google.co.uk/search?q={}"
|
c.url.searchengines["g"] = "https://www.google.co.uk/search?q={}"
|
||||||
c.url.searchengines["ddg"] = "https://www.duckduckgo.com/?q={}"
|
c.url.searchengines["ddg"] = "https://www.duckduckgo.com/?q={}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user