X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=subdir_files%2F.xmonad%2Fxmonad.hs;h=28298108f0acf900a2daa62a59824b7316c33a16;hp=b385ad5f2439d399d8444a3e20b9ac20842750ba;hb=2d3ce30754a3f24d922635647bab4990b60f5c27;hpb=2cff2dd2b8040e6cbd721932ae09142881d7e0a6 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")