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