add docs
This commit is contained in:
parent
5559780c26
commit
2a36b90eb0
1 changed files with 6 additions and 0 deletions
|
@ -17,9 +17,15 @@ fallback = 0 ###
|
|||
### ###
|
||||
# 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. ###
|
||||
|
|
Loading…
Reference in a new issue