]> Dogcows Code - chaz/openbox/commitdiff
bind the exec properly
authorDana Jansens <danakj@orodu.net>
Fri, 10 Jan 2003 22:54:59 +0000 (22:54 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 10 Jan 2003 22:54:59 +0000 (22:54 +0000)
scripts/defaults.py

index 276a557cca86e2c23663f3d6d1cdf1e594f5ecb2..2fff824724ab4e848f0d14a30773827cc3b503b7 100644 (file)
@@ -10,7 +10,7 @@ setup_fallback_focus()
 ebind(EventPlaceWindow, placewindows_random)
 
 # 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)
 
This page took 0.02916 seconds and 4 git commands to generate.