X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=subdir_files%2F.xmonad%2Fxmonad.hs;h=28298108f0acf900a2daa62a59824b7316c33a16;hb=2d3ce30754a3f24d922635647bab4990b60f5c27;hp=b1b4e99805f4788ee4b64d0e0a6394d04a5e283d;hpb=8c9f3c9c69a1f76d8ffba1343fc0ab308fb4661a;p=distro-setup diff --git a/subdir_files/.xmonad/xmonad.hs b/subdir_files/.xmonad/xmonad.hs index b1b4e99..2829810 100644 --- a/subdir_files/.xmonad/xmonad.hs +++ b/subdir_files/.xmonad/xmonad.hs @@ -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")