change the way yeganesh is called

This commit is contained in:
Cedric Girard 2013-09-09 12:14:49 +02:00
parent 98640ff13c
commit bcefbe63a3
1 changed files with 1 additions and 1 deletions

View File

@ -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")