diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-10 22:05:58 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-10 22:05:58 +0000 |
| commit | 151b6d413174dc3768de48b13efa78c1edcd5721 (patch) | |
| tree | 30700505353758949b4cde802f73c40c320ec417 /scripts | |
| parent | cfead96bb3bac86a1cfdd5ab73b2c80b039f3a7a (diff) | |
rm shit that didnt belong
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/defaults.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/defaults.py b/scripts/defaults.py index acc3d1cd..276a557c 100644 --- a/scripts/defaults.py +++ b/scripts/defaults.py @@ -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 |
