tons of misc updates
[distro-setup] / subdir_files / .xmonad / xmonad.hs
index b1b4e99805f4788ee4b64d0e0a6394d04a5e283d..28298108f0acf900a2daa62a59824b7316c33a16 100644 (file)
@@ -38,7 +38,7 @@ main = xmonad $ defaults
 
 defaults = desktopConfig
        {
-         terminal            = "sakura"
+         terminal            = "konsole"
        , borderWidth        = 0
        , modMask            = mod4Mask
        , keys               = myKeys
@@ -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")