all repos — fluxbox @ 39cacd1da802e4aa2cd4fdeacf0cf2b436d87dfa

custom fork of the fluxbox windowmanager

update docs for Next/PrevWindow commands
simonb simonb
commit

39cacd1da802e4aa2cd4fdeacf0cf2b436d87dfa

parent

97c89e64b3899cbc6fc94b93574519344a79c750

2 files changed, 13 insertions(+), 6 deletions(-)

jump to
M ChangeLogChangeLog

@@ -1,6 +1,9 @@

(Format: Year/Month/Day) Changes for 0.9.16: *06/04/23: + * Update documentation for Next/PrevWindow (Simon / thanks Jonas + Koelker), sf.net patch #1474825 + doc/asciidoc/fluxbox.txt * Focus singular windows on a workspace (Simon / thanks Jonas Koelker) sf.net patch #1474722 Window.cc
M doc/asciidoc/fluxbox.txtdoc/asciidoc/fluxbox.txt

@@ -1158,14 +1158,18 @@ TakeToPrevWorkspace and SendToPrevWorkspace work similarly, except

moving to the previous windows, not the next one. - PrevWindow/NextWindow parameters take an integer: - 0 or unspecified = Default/current behavior - no skipping - 1 = Skip lower tabs + 0 or unspecified = Default/current behavior - most recently used. + 1 = Groups instead of Windows - only visit one tab in each group 2 = Skip stuck windows - 3 = Skip lower tabs/stuck windows 4 = Skip shaded windows - 5 = Skip lower tabs/shaded windows - 6 = Skip stuck windows/shaded windows - 7 = Skip lower tabs/stuck windows/shaded windows + 8 = Switch between windows `linearly'; that is, if you repeatedly + press the NextWindow key, you will walk through all windows in the, + order that they were opened, instead of switching back and forth + between the most recently focused windows. + + To combine any of these effects, add the corresponding numbers. + For instance, 14 means switch linearly, skipping stuck and shaded + windows. - Bindkey will append key string and action to your keys file and bind the key.