change default web browser

This commit is contained in:
Guilherme Rugai Freire 2021-06-08 15:00:04 -03:00
parent a4467e61b4
commit da1e31701e
No known key found for this signature in database
GPG Key ID: 86DC96AE4AEBC162

View File

@ -18,7 +18,7 @@ MOD = "mod4"
ALT = "mod1" ALT = "mod1"
TERMINAL = "alacritty" TERMINAL = "alacritty"
LAUNCHER = "rofi -show drun" LAUNCHER = "rofi -show drun"
WEB = "google-chrome" WEB = "firefox"
FILE_MANAGER = "nautilus -w" FILE_MANAGER = "nautilus -w"
POWER_MENU = os.path.expanduser( POWER_MENU = os.path.expanduser(
"~/.local/bin/spm" "~/.local/bin/spm"