all repos — openbox @ 2a36b90eb08daff3b1ff1fe992ea8edc481efc6d

openbox fork - make it a bit more like ryudo

add docs
Dana Jansens danakj@orodu.net
commit

2a36b90eb08daff3b1ff1fe992ea8edc481efc6d

parent

5559780c26c12a23d3221ca3ecf6574b4b1670a4

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

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

@@ -17,9 +17,15 @@ ### ###

### ### # Provides: ### # def focus_next_stacked(data, forward=1): ### +# """Focus the next (or previous, with forward=0) window in a stacked ### +# order.""" ### # def focus_prev_stacked(data): ### +# """Focus the previous window in a stacked order.""" ### # def focus_next(data, num=1, forward=1): ### +# """Focus the next (or previous, with forward=0) window in a linear ### +# order.""" ### # def focus_prev(data, num=1): ### +# """Focus the previous window in a linear order.""" ### ### ### # All of these functions call be used as callbacks for bindings ### # directly. ###