rm shit that didnt belong

This commit is contained in:
Dana Jansens 2003-01-10 22:05:58 +00:00
parent cfead96bb3
commit 151b6d4131

View 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