]> Dogcows Code - chaz/openbox/blobdiff - scripts/defaults.py
rm shit that didnt belong
[chaz/openbox] / scripts / defaults.py
index acc3d1cdc0289f49af4130f4e2a522cc0a1fa612..276a557cca86e2c23663f3d6d1cdf1e594f5ecb2 100644 (file)
@@ -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.024204 seconds and 4 git commands to generate.