]> Dogcows Code - chaz/openbox/blobdiff - scripts/defaults.py
rm prefixes for all elements in the otk namepsace
[chaz/openbox] / 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.023792 seconds and 4 git commands to generate.