updated script name in xmonad.hs
This commit is contained in:
parent
9da5e18bd0
commit
649bb6d787
@ -162,7 +162,7 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $
|
|||||||
, ((modm .|. shiftMask, xK_o ), spawn "rofi -show ssh")
|
, ((modm .|. shiftMask, xK_o ), spawn "rofi -show ssh")
|
||||||
|
|
||||||
-- launch searcher
|
-- launch searcher
|
||||||
,((modm, xK_s ), spawn "/home/solomon/.scripts/dmsearch")
|
,((modm, xK_s ), spawn "/home/solomon/.scripts/dmenusearch")
|
||||||
|
|
||||||
-- launch mounter
|
-- launch mounter
|
||||||
,((modm, xK_c ), spawn "/home/solomon/.scripts/dmenumount")
|
,((modm, xK_c ), spawn "/home/solomon/.scripts/dmenumount")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user