all repos — openbox @ bdbbfd6cff07559fa37a341b8625cb9b70f310fe

openbox fork - make it a bit more like ryudo

missing a )
Dana Jansens danakj@orodu.net
commit

bdbbfd6cff07559fa37a341b8625cb9b70f310fe

parent

04d083988824bf4a5e49f564dbf9389778867901

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

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

@@ -37,7 +37,7 @@

# focus bindings import stackedcycle # functions for doing stacked 'kde-style' cycling ob.kbind(["A-Tab"], ob.KeyContext.All, stackedcycle.next) -ob.kbind(["A-S-Tab"], ob.KeyContext.All, stackedcycle.previous +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.