diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,6 +1,26 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.9: | 2 | Changes for 0.9.9: |
3 | *04/04/22: | 3 | *04/04/22: |
4 | * New Command: Deiconify <mode> <dest> | ||
5 | * Where mode is: | ||
6 | * last | ||
7 | - deiconify last iconified window | ||
8 | * lastworkspace (default) | ||
9 | - deiconify last iconified window | ||
10 | from current workspace | ||
11 | * all | ||
12 | - deiconify all iconified windows | ||
13 | * allworkspace | ||
14 | - deiconify all iconfiied windows | ||
15 | from current workspace | ||
16 | * and dest is: | ||
17 | * current (default) | ||
18 | - deiconify them on current windows | ||
19 | * origin | ||
20 | - deiconify them where they were | ||
21 | |||
22 | (Thanks Mathias Gumz) | ||
23 | FbCommands.cc/hh, FbCommandFactory.cc | ||
4 | * Attach area for tabs: | 24 | * Attach area for tabs: |
5 | new resource: | 25 | new resource: |
6 | * session.tabsAttachArea: <mode> | 26 | * session.tabsAttachArea: <mode> |