added command to hide status bar/tab bar

main
Simon Kellet 3 years ago
parent c878a09440
commit 819a5e9dab
  1. 4
      qutebrowser/autoconfig.yml
  2. 3
      qutebrowser/config.py

@ -21,9 +21,11 @@ settings:
global: never
scrolling.smooth:
global: true
statusbar.show:
global: never
tabs.position:
global: left
tabs.show:
global: always
global: never
tabs.width:
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.policy.images = 'never'
#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["ddg"] = "https://www.duckduckgo.com/?q={}"

Loading…
Cancel
Save