From fefeccfe87ef3c965960a8231adf88f5d11314a0 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Sun, 4 Feb 2024 10:45:52 -0600 Subject: [PATCH] Changing browser to brave. --- .config/qtile/README.org | 2 +- .config/qtile/config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.