From bffb0126e08b04bd10a2df87ca7e7142291c8129 Mon Sep 17 00:00:00 2001 From: Alec Berryman Date: Mon, 26 Mar 2007 14:03:35 +0000 Subject: [PATCH] Typo: use dmenu_path instead of emenu_path --- Config.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.hs b/Config.hs index 8e3e49d..d6e5ab8 100644 --- a/Config.hs +++ b/Config.hs @@ -69,7 +69,7 @@ defaultLayout = Full keys :: M.Map (KeyMask, KeySym) (X ()) keys = M.fromList $ [ ((modMask .|. shiftMask, xK_Return), spawn "xterm") - , ((modMask, xK_p ), spawn "exe=`emenu_path | dmenu` && exec $exe") + , ((modMask, xK_p ), spawn "exe=`dmenu_path | dmenu` && exec $exe") , ((controlMask, xK_space ), spawn "gmrun") , ((modMask, xK_Tab ), raise GT) , ((modMask, xK_j ), raise GT)