diff options
author | markt <markt> | 2007-03-30 20:29:46 (GMT) |
---|---|---|
committer | markt <markt> | 2007-03-30 20:29:46 (GMT) |
commit | 3ab6b48974c32c742bda5dc6c3f217f9d58e3d99 (patch) | |
tree | 7a9852f2513e4677e636cd6261c87ba3002b3ab4 /ChangeLog | |
parent | aef362350332d80febe1a4b72ee9b4b962ed527b (diff) | |
download | fluxbox-3ab6b48974c32c742bda5dc6c3f217f9d58e3d99.zip fluxbox-3ab6b48974c32c742bda5dc6c3f217f9d58e3d99.tar.bz2 |
pattern matching for window cycling
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,5 +1,22 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.1: | 2 | Changes for 1.1: |
3 | * Changed syntax for window cycling (Mark) | ||
4 | - Instead of a bitmask, the window cycling functions NextWindow, | ||
5 | PrevWindow, TypeAheadFocus, and GoToWindow now take a list of options | ||
6 | enclosed in {} followed by a pattern similar to those used in the apps | ||
7 | file. | ||
8 | - Examples: | ||
9 | * NextWindow {static groups} (shaded=yes) (name=xterm) | ||
10 | - cycles through all shaded xterms in creation order, only focusing | ||
11 | the active tab in the group | ||
12 | * GoToWindow 3 (title=[current]) | ||
13 | - focuses the third client in last-focused order with the same title | ||
14 | as the currently focused window | ||
15 | - The options are: name, class, title, role, maximized, minimized, shaded, | ||
16 | stuck, focushidden (can't be disabled), iconhidden, workspace (matches | ||
17 | workspace names, not numbers), head (numbers), and layer (names) | ||
18 | - Parsing is a pain, so you'll have to update your keys file yourself for | ||
19 | now. | ||
3 | *07/03/29: | 20 | *07/03/29: |
4 | * Removed groups file; entries will be added to the apps file automatically | 21 | * Removed groups file; entries will be added to the apps file automatically |
5 | (Mark) | 22 | (Mark) |