user-config/xmonad/.xmonad/xmonad.hs: Chnage from firefox-developer-edition to firefox

This commit is contained in:
Collin J. Doering 2022-03-16 17:33:55 -04:00
parent 81b50c2191
commit f0925993c1
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 4 additions and 4 deletions

View File

@ -255,11 +255,11 @@ myGenericKeys =
-- Launch a backup terminal
, ((modm, xK_BackSpace), spawn "xterm")
-- Launch firefox-developer
, ((modm .|. controlMask, xK_f), spawn "firefox-developer-edition")
-- Launch firefox
, ((modm .|. controlMask, xK_f), spawn "firefox")
-- Launch firefox-developer private window
, ((modm .|. controlMask .|. shiftMask, xK_f), spawn "firefox-developer-edition --private-window")
-- Launch firefox private window
, ((modm .|. controlMask .|. shiftMask, xK_f), spawn "firefox --private-window")
-- Launch emacs
, ((modm .|. controlMask, xK_e), spawn "emacsclient -c")