Explorar el Código

Update config for newer qutebrowser

Alois Mahdal hace 5 años
padre
commit
d36cbf5d8b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      dotfiles/config/qutebrowser/config.py

+ 1
- 1
dotfiles/config/qutebrowser/config.py Ver fichero

@@ -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')