소스 검색

Update config for newer qutebrowser

Alois Mahdal 5 년 전
부모
커밋
d36cbf5d8b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      dotfiles/config/qutebrowser/config.py

+ 1
- 1
dotfiles/config/qutebrowser/config.py 파일 보기

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