Minor updates to supporting files (for 0.10 release).

This commit is contained in:
Adam Vogt
2011-11-18 23:13:24 +00:00
parent 4be3b39cd2
commit 32f416a3c2
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,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 | dmenu` && eval \"exec $exe\"")
, ((modm, xK_p ), spawn "dmenu_run")
-- launch gmrun
, ((modm .|. shiftMask, xK_p ), spawn "gmrun")