summaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
authorAlec Berryman <alec@thened.net>2007-03-26 16:03:35 +0200
committerAlec Berryman <alec@thened.net>2007-03-26 16:03:35 +0200
commit7d7626d3addddc2c3161081223458b364feccf5f (patch)
tree9c50ee88dcc1718a14be76a8e72c9e59fbefd12d /Config.hs
parent1fb19cbe7d6db20c96a784dea075591260f5a949 (diff)
downloadmetatile-7d7626d3addddc2c3161081223458b364feccf5f.tar
metatile-7d7626d3addddc2c3161081223458b364feccf5f.zip
Typo: use dmenu_path instead of emenu_path
darcs-hash:20070326140335-39448-c48e4f4f7bc457c5ec99832e0febd689e9b35e32
Diffstat (limited to 'Config.hs')
-rw-r--r--Config.hs2
1 files changed, 1 insertions, 1 deletions
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)