From 90e0a07bfb63fcfdeb6791d0f5d4586af55b4ee1 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Tue, 2 Aug 2022 08:54:39 +0530 Subject: sxhkd+qutebrowser+aliasrc changes --- .config/qutebrowser/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/qutebrowser') diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 581e63b..640fc32 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -12,7 +12,7 @@ ## This is here so configs done via the GUI are still loaded. ## Remove it to not load settings done via the GUI. -# config.load_autoconfig(True) +config.load_autoconfig(False) ## Aliases for commands. The keys of the given dictionary are the ## aliases, while the values are the commands they map to. @@ -1802,7 +1802,7 @@ c.scrolling.smooth = True ## - never: Always hide the statusbar. ## - in-mode: Show the statusbar when in modes other than normal mode. c.statusbar.show = 'in-mode' - +c.tabs.show = 'multiple' ## List of widgets displayed in the statusbar. ## Type: List of StatusbarWidget ## Valid values: -- cgit v1.2.3