From 9a7a7ba045aca17f3d0a33ce132c63c61043f361 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sat, 31 Jul 2021 08:51:59 +0200 Subject: Added SUDO env variable to use doas instead --- config/qutebrowser/config.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'config/qutebrowser') diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index 61a041d..fc1e480 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -118,8 +118,6 @@ c.tabs.last_close = "startpage" c.tabs.title.format = "{audio}{current_title}" c.tabs.select_on_remove = "last-used" -c.scrolling.bar = "always" - # base16-qutebrowser (https://github.com/theova/base16-qutebrowser) # Base16 qutebrowser template by theova # Gruvbox dark, hard scheme by Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox) -- cgit