Changing browser to brave.

This commit is contained in:
Derek Taylor
2024-02-04 10:45:52 -06:00
parent 719ff13770
commit fefeccfe87
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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.