Typo: use dmenu_path instead of emenu_path

This commit is contained in:
Alec Berryman
2007-03-26 14:03:35 +00:00
parent 5bc238964d
commit bffb0126e0

View File

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