Browse Source

Update config for newer qutebrowser

Alois Mahdal 5 years ago
parent
commit
d36cbf5d8b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles/config/qutebrowser/config.py

+ 1
- 1
dotfiles/config/qutebrowser/config.py View File

@@ -1,5 +1,5 @@
1 1
 c.tabs.tabs_are_windows = True
2
-c.scrolling.bar = True
2
+c.scrolling.bar = 'always'
3 3
 config.bind('yY', 'yank')
4 4
 config.bind('yy', 'yank -s')
5 5
 config.bind('b', 'back')