From f8e402377caa6fd2b0ae992ce254f2d4fba80304 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Tue, 17 Oct 2023 14:56:39 +0200 Subject: [PATCH] Set chromium and default browser --- qtile/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qtile/config.py b/qtile/config.py index dcacd02..e4b87bd 100644 --- a/qtile/config.py +++ b/qtile/config.py @@ -55,7 +55,8 @@ platform = int(os.popen("cat /sys/class/dmi/id/chassis_type").read()) # -------------------------------------------------------- # terminal = guess_terminal(terminal) -browser = "brave" +browser = "chromium" +# browser = "brave" # -------------------------------------------------------- # Keybindings