diff --git a/.config/qtile/README.org b/.config/qtile/README.org index 1ef8935..c2a8f5d 100644 --- a/.config/qtile/README.org +++ b/.config/qtile/README.org @@ -84,7 +84,7 @@ Just some variables I am setting to make my life easier. #+BEGIN_SRC python mod = "mod4" # Sets mod key to SUPER/WINDOWS myTerm = "alacritty" # My terminal of choice -myBrowser = "firefox" # My browser of choice +myBrowser = "brave" # My browser of choice myEmacs = "emacsclient -c -a 'emacs' " # The space at the end is IMPORTANT! #+END_SRC diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 4e57070..955e049 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 = "firefox" # My browser of choice +myBrowser = "brave" # 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.