From 6694beb607dcb5323a58f250473f16fc60520d02 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Mon, 30 Oct 2023 16:28:00 -0500 Subject: [PATCH] Making firefox the browser in Qtile for DTOS --- .config/qtile/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 1cc8979..6348149 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -37,7 +37,7 @@ import colors mod = "mod4" # Sets mod key to SUPER/WINDOWS myTerm = "alacritty" # My terminal of choice -myBrowser = "brave" # My browser of choice +myBrowser = "firefox" # My browser of choice myEmacs = "emacsclient -c -a 'emacs' " # The space at the end is IMPORTANT! # Allows you to input a name when adding treetab section.