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.