From 3544f9c9cb4c2defd66f448203ce7c12bcfe2b39 Mon Sep 17 00:00:00 2001 From: harry123 Date: Thu, 24 Jul 2025 14:56:37 +0200 Subject: [PATCH] should avoid warning at qutebrowser start --- home-manager/dotfiles/qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/dotfiles/qutebrowser/config.py b/home-manager/dotfiles/qutebrowser/config.py index 2f16f7b..e44e93d 100644 --- a/home-manager/dotfiles/qutebrowser/config.py +++ b/home-manager/dotfiles/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(True) ## Aliases for commands. The keys of the given dictionary are the ## aliases, while the values are the commands they map to.