]> Dogcows Code - chaz/openbox/blobdiff - scripts/defaults.py
fix \'s
[chaz/openbox] / scripts / defaults.py
index acc3d1cdc0289f49af4130f4e2a522cc0a1fa612..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)
 
@@ -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.022741 seconds and 4 git commands to generate.