rm shit that didnt belong
This commit is contained in:
parent
cfead96bb3
commit
151b6d4131
1 changed files with 0 additions and 5 deletions
|
@ -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-Right"], KC_All, lambda(d): send_to_next_desktop(d))
|
||||||
kbind(["C-S-A-Left"], KC_All, lambda(d): send_to_prev_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
|
# focus new windows
|
||||||
def focusnew(data):
|
def focusnew(data):
|
||||||
if not data.client: return
|
if not data.client: return
|
||||||
|
|
Loading…
Reference in a new issue