From bcefbe63a32a09d2f230474dd334546bdc338708 Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Mon, 9 Sep 2013 12:14:49 +0200 Subject: [PATCH] change the way yeganesh is called --- xmonad/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmonad/xmonad.hs b/xmonad/xmonad.hs index 1d27165..a5fa8f3 100644 --- a/xmonad/xmonad.hs +++ b/xmonad/xmonad.hs @@ -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")