]> Dogcows Code - chaz/openbox/blobdiff - scripts/defaults.py
remove the border on the handle
[chaz/openbox] / 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.025455 seconds and 4 git commands to generate.