Use defined webbrowser command

This commit is contained in:
Wryn Wagner
2021-03-01 14:48:57 -07:00
parent a130cdd7a0
commit 03903d3e75
3 changed files with 10 additions and 5 deletions
Vendored
+4 -1
View File
@@ -10,4 +10,7 @@ WALLPAPER_PATH="$HOME/Pictures/bg"
PREFERRED_EDITOR=(vi vim)
# plays audio files located throughout the system
MEDIA_ENGINE="canberra-gtk-play -f"
MEDIA_ENGINE='canberra-gtk-play -f'
# default applications
WEBBROWSER='google-chrome-stable'