bind the exec properly

This commit is contained in:
Dana Jansens 2003-01-10 22:54:59 +00:00
parent 6f500e23e3
commit 17ca0f5066

View file

@ -10,7 +10,7 @@ setup_fallback_focus()
ebind(EventPlaceWindow, placewindows_random) ebind(EventPlaceWindow, placewindows_random)
# run xterm from root clicks # run xterm from root clicks
mbind("1", MC_Root, MouseClick, execute("xterm")) mbind("1", MC_Root, MouseClick, lambda(d): execute("xterm"))
kbind(["A-F4"], KC_All, close) kbind(["A-F4"], KC_All, close)