tons of misc updates
[distro-setup] / subdir_files / .xmonad / xmonad.hs
index b385ad5f2439d399d8444a3e20b9ac20842750ba..28298108f0acf900a2daa62a59824b7316c33a16 100644 (file)
@@ -90,8 +90,8 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $
 --    primary firefox profile here. I'd rather have a command which
 --    sets which is the pimary for opening links. It could alter a file,
 --    and we could launch firefox with a wrapper script which looks at that file.
-    , ((modm, xK_3), spawn "firefox -P sfw")
-    , ((modm, xK_4), spawn "firefox -no-remote -P firefox-main-profile")
+    , ((modm, xK_3), spawn "abrowser -P sfw")
+    , ((modm, xK_4), spawn "abrowser -no-remote -P firefox-main-profile")
 
     , ((modm, xK_5), spawn "/a/exe/input-setup l")
     , ((modm, xK_1), spawn "/a/exe/input-setup k")