]> Dogcows Code - chaz/openbox/commitdiff
use new alias for mbuttons
authorDana Jansens <danakj@orodu.net>
Sat, 11 Jan 2003 20:51:00 +0000 (20:51 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 11 Jan 2003 20:51:00 +0000 (20:51 +0000)
scripts/defaults.py

index 2fff824724ab4e848f0d14a30773827cc3b503b7..f7f444d5a8b25b7e8134e7172fe4c1defd0d46dc 100644 (file)
@@ -10,7 +10,7 @@ setup_fallback_focus()
 ebind(EventPlaceWindow, placewindows_random)
 
 # run xterm from root clicks
-mbind("1", MC_Root, MouseClick, lambda(d): execute("xterm"))
+mbind("Left", MC_Root, MouseClick, lambda(d): execute("xterm"))
 
 kbind(["A-F4"], KC_All, close)
 
This page took 0.02165 seconds and 4 git commands to generate.