diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | doc/asciidoc/fluxbox.txt | 16 |
2 files changed, 13 insertions, 6 deletions
@@ -1,6 +1,9 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.16: | 2 | Changes for 0.9.16: |
3 | *06/04/23: | 3 | *06/04/23: |
4 | * Update documentation for Next/PrevWindow (Simon / thanks Jonas | ||
5 | Koelker), sf.net patch #1474825 | ||
6 | doc/asciidoc/fluxbox.txt | ||
4 | * Focus singular windows on a workspace (Simon / thanks Jonas Koelker) | 7 | * Focus singular windows on a workspace (Simon / thanks Jonas Koelker) |
5 | sf.net patch #1474722 | 8 | sf.net patch #1474722 |
6 | Window.cc | 9 | Window.cc |
diff --git a/doc/asciidoc/fluxbox.txt b/doc/asciidoc/fluxbox.txt index b05cc14..536e8d1 100644 --- a/doc/asciidoc/fluxbox.txt +++ b/doc/asciidoc/fluxbox.txt | |||
@@ -1158,14 +1158,18 @@ Couple of things | |||
1158 | moving to the previous windows, not the next one. | 1158 | moving to the previous windows, not the next one. |
1159 | 1159 | ||
1160 | - PrevWindow/NextWindow parameters take an integer: | 1160 | - PrevWindow/NextWindow parameters take an integer: |
1161 | 0 or unspecified = Default/current behavior - no skipping | 1161 | 0 or unspecified = Default/current behavior - most recently used. |
1162 | 1 = Skip lower tabs | 1162 | 1 = Groups instead of Windows - only visit one tab in each group |
1163 | 2 = Skip stuck windows | 1163 | 2 = Skip stuck windows |
1164 | 3 = Skip lower tabs/stuck windows | ||
1165 | 4 = Skip shaded windows | 1164 | 4 = Skip shaded windows |
1166 | 5 = Skip lower tabs/shaded windows | 1165 | 8 = Switch between windows `linearly'; that is, if you repeatedly |
1167 | 6 = Skip stuck windows/shaded windows | 1166 | press the NextWindow key, you will walk through all windows in the, |
1168 | 7 = Skip lower tabs/stuck windows/shaded windows | 1167 | order that they were opened, instead of switching back and forth |
1168 | between the most recently focused windows. | ||
1169 | |||
1170 | To combine any of these effects, add the corresponding numbers. | ||
1171 | For instance, 14 means switch linearly, skipping stuck and shaded | ||
1172 | windows. | ||
1169 | 1173 | ||
1170 | - Bindkey will append key string and action to your keys file and bind the key. | 1174 | - Bindkey will append key string and action to your keys file and bind the key. |
1171 | 1175 | ||