diff options
author | fluxgen <fluxgen> | 2007-10-22 18:29:33 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2007-10-22 18:29:33 (GMT) |
commit | c2badda58a53ed00f8a53e9ce162d52669296741 (patch) | |
tree | e155cd062e76548e8ffb75c8ed47aabe72bb4382 /ChangeLog | |
parent | 1748e8ec25e4236d85e6783aa9a8026c6329376f (diff) | |
download | fluxbox_pavel-c2badda58a53ed00f8a53e9ce162d52669296741.zip fluxbox_pavel-c2badda58a53ed00f8a53e9ce162d52669296741.tar.bz2 |
added [mouse] pattern, matches against prop HEAD and the mouse position
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,6 +1,12 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0.1: | 2 | Changes for 1.0.1: |
3 | *07/10/22: | 3 | *07/10/22: |
4 | * Added option "mouse" to client pattern ( Henrik ) | ||
5 | This is usefull for xinerama. For example: | ||
6 | Mod1 Tab :NextWindow (head=[mouse]) | ||
7 | This will cycle focus through windows that are on the same head as | ||
8 | the mouse pointer. | ||
9 | ClientPattern.cc | ||
4 | * Fixed crash bug at restart. ( Henrik ) | 10 | * Fixed crash bug at restart. ( Henrik ) |
5 | Window.cc | 11 | Window.cc |
6 | * Replaced modKey with new commands StartMoving and StartResizing (Mark) | 12 | * Replaced modKey with new commands StartMoving and StartResizing (Mark) |