xmonad: replace librewolf with firefox

This commit is contained in:
Serĉanto de Scio 2023-09-18 14:07:59 +10:00
parent 9d539ba69c
commit a1dd3d9dc3
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -186,7 +186,7 @@ promptTheme =
brightnessDown, brightnessUp, browser, discord, editor, element, hibernate, incognitoBrowser, iogBrowser, launcher, logseq, musicPlayer, notifcationDaemon, obs, screenshot, signal, slack, myTerminal, volumeDown, volumeMute, volumeUp :: String brightnessDown, brightnessUp, browser, discord, editor, element, hibernate, incognitoBrowser, iogBrowser, launcher, logseq, musicPlayer, notifcationDaemon, obs, screenshot, signal, slack, myTerminal, volumeDown, volumeMute, volumeUp :: String
brightnessDown = "light -U 5 ; notify-send -h int:value:$(light -G) \"Brightness\"" brightnessDown = "light -U 5 ; notify-send -h int:value:$(light -G) \"Brightness\""
brightnessUp = "light -A 5 ; notify-send -h int:value:$(light -G) \"Brightness\"" brightnessUp = "light -A 5 ; notify-send -h int:value:$(light -G) \"Brightness\""
browser = "librewolf" browser = "firefox"
daedalus = "daedalus" daedalus = "daedalus"
discord = "discord" discord = "discord"
editor = "codium" editor = "codium"
@ -194,7 +194,7 @@ element = "element-desktop"
enableEDP1 = "xrandr --output eDP-1 --primary --auto --output HDMI-1 --off" enableEDP1 = "xrandr --output eDP-1 --primary --auto --output HDMI-1 --off"
enableHDMI1 = "xrandr --output eDP-1 --off --output HDMI-1 --primary --mode 3840x2160" enableHDMI1 = "xrandr --output eDP-1 --off --output HDMI-1 --primary --mode 3840x2160"
hibernate = "sudo systemctl hibernate" hibernate = "sudo systemctl hibernate"
incognitoBrowser = "librewolf --private-window" incognitoBrowser = "firefox --private-window"
iogBrowser = "google-chrome-stable" iogBrowser = "google-chrome-stable"
launcher = "rofi -show drun" launcher = "rofi -show drun"
logseq = "logseq" logseq = "logseq"