all repos — openbox @ 8ee2603a610255331c399bfcc155596ceefb8b82

openbox fork - make it a bit more like ryudo

add a comment
Dana Jansens danakj@orodu.net
commit

8ee2603a610255331c399bfcc155596ceefb8b82

parent

ffe214dc4dbe4dbdef80951ebbd7c452f8675a48

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M scripts/defaults.pyscripts/defaults.py

@@ -39,7 +39,7 @@ ob.kbind(["A-S-Tab"], ob.KeyContext.All, stackedcycle.previous

# if you want linear cycling instead of stacked cycling, comment out the focus # bindings above, and use these instead. -#import focuscycle +#import focuscycle # functions for doing linear cycling #focuscycle.RAISE_WINDOW = 0 # don't raise windows when they're activated #ob.kbind(["A-Tab"], ob.KeyContext.All, focuscycle.next) #ob.kbind(["A-S-Tab"], ob.KeyContext.All, focuscycle.previous)