]> Dogcows Code - chaz/openbox/blobdiff - scripts/defaults.py
add new shit
[chaz/openbox] / scripts / defaults.py
index acc3d1cdc0289f49af4130f4e2a522cc0a1fa612..f7f444d5a8b25b7e8134e7172fe4c1defd0d46dc 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("Left", MC_Root, MouseClick, lambda(d): execute("xterm"))
 
 kbind(["A-F4"], KC_All, close)
 
@@ -25,11 +25,6 @@ kbind(["C-A-Left"], KC_All, lambda(d): prev_desktop(d))
 kbind(["C-S-A-Right"], KC_All, lambda(d): send_to_next_desktop(d))
 kbind(["C-S-A-Left"], KC_All, lambda(d): send_to_prev_desktop(d))
 
-# Python Demo #1!!!!!!! YAY SHRIMPX
-def rev(lst):
-    lst.reverse()
-    return lst
-
 # focus new windows
 def focusnew(data):
     if not data.client: return
This page took 0.021434 seconds and 4 git commands to generate.