summaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
authorDon Stewart <dons@cse.unsw.edu.au>2007-03-07 05:19:21 +0100
committerDon Stewart <dons@cse.unsw.edu.au>2007-03-07 05:19:21 +0100
commit61a529ed7dead5aa7ba0fb823b934f248129e0f8 (patch)
tree01657cf56bdcc826b285a7af11131392193e6169 /Main.hs
parent520c59b377681a131dbaf05b557a8b51b65ac3aa (diff)
downloadmetatile-61a529ed7dead5aa7ba0fb823b934f248129e0f8.tar
metatile-61a529ed7dead5aa7ba0fb823b934f248129e0f8.zip
typo in dmenu code
darcs-hash:20070307041921-9c5c1-7529b7dcc28776699a60177768c6b9f4bc316666
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Main.hs b/Main.hs
index fc1f3c8..96493fb 100644
--- a/Main.hs
+++ b/Main.hs
@@ -115,7 +115,7 @@ spawn = io_ . runCommand
keys :: [(KeyMask, KeySym, W ())]
keys =
[ (mod1Mask .|. shiftMask, xK_Return, spawn "xterm")
- , (mod1Mask, xK_p, spawn "exec=`dmenu_path | dmenu` && exec $exe")
+ , (mod1Mask, xK_p, spawn "exe=`dmenu_path | dmenu` && exec $exe")
, (controlMask, xK_space, spawn "gmrun")
, (mod1Mask, xK_Tab, switch)
, (mod1Mask .|. shiftMask, xK_q, io $ exitWith ExitSuccess)