change the way yeganesh is called
This commit is contained in:
parent
98640ff13c
commit
bcefbe63a3
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $
|
|||
[ ((modm .|. shiftMask, xK_Return), spawn $ XMonad.terminal conf)
|
||||
|
||||
-- launch dmenu
|
||||
, ((modm, xK_p ), spawn "exe=`dmenu_path_c | yeganesh` && eval \"exec $exe\"")
|
||||
, ((modm, xK_p ), spawn "exe=`yeganesh -x` && eval \"exec $exe\"")
|
||||
|
||||
-- launch gmrun
|
||||
, ((modm .|. shiftMask, xK_p ), spawn "gmrun")
|
||||
|
|
Loading…
Reference in a new issue