updated script name in xmonad.hs

This commit is contained in:
Solomon Laing 2021-04-05 18:28:22 +09:30
parent 9da5e18bd0
commit 649bb6d787

View File

@ -162,7 +162,7 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $
, ((modm .|. shiftMask, xK_o ), spawn "rofi -show ssh")
-- launch searcher
,((modm, xK_s ), spawn "/home/solomon/.scripts/dmsearch")
,((modm, xK_s ), spawn "/home/solomon/.scripts/dmenusearch")
-- launch mounter
,((modm, xK_c ), spawn "/home/solomon/.scripts/dmenumount")