diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2012-07-02 04:22:01 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2012-07-02 04:22:01 (GMT) |
commit | 610a15ac47371c5cbd4c2dcf6eec696aec5bb4fa (patch) | |
tree | 3287c744b1a3157d8498b4b7f215b386dc50b081 /doc | |
parent | 940fbca3febe78b788c78d8bb90cdabed78bdf0b (diff) | |
download | fluxbox_pavel-610a15ac47371c5cbd4c2dcf6eec696aec5bb4fa.zip fluxbox_pavel-610a15ac47371c5cbd4c2dcf6eec696aec5bb4fa.tar.bz2 |
add fullscreen, maximizedhorizontal, and maximizedvertical tests to ClientPattern
Diffstat (limited to 'doc')
-rw-r--r-- | doc/asciidoc/client-patterns.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/asciidoc/client-patterns.txt b/doc/asciidoc/client-patterns.txt index 5bb50a0..ed1229d 100644 --- a/doc/asciidoc/client-patterns.txt +++ b/doc/asciidoc/client-patterns.txt | |||
@@ -32,9 +32,18 @@ The following values are accepted for 'propertyname'::: | |||
32 | *Maximized*;; | 32 | *Maximized*;; |
33 | Either *yes* or *no*, depending on whether the window is maximized or | 33 | Either *yes* or *no*, depending on whether the window is maximized or |
34 | not. | 34 | not. |
35 | *MaximizedHorizontal*;; | ||
36 | Either *yes* or *no*, depending on whether the window is maximized | ||
37 | horizontally or not. | ||
38 | *MaximizedVertical*;; | ||
39 | Either *yes* or *no*, depending on whether the window is maximized | ||
40 | vertically or not. | ||
35 | *Minimized*;; | 41 | *Minimized*;; |
36 | Either *yes* or *no*, depending on whether the window is minimized | 42 | Either *yes* or *no*, depending on whether the window is minimized |
37 | (iconified) or not. | 43 | (iconified) or not. |
44 | *Fullscreen*;; | ||
45 | Either *yes* or *no*, depending on whether the window is fullscreen or | ||
46 | not. | ||
38 | *Shaded*;; | 47 | *Shaded*;; |
39 | Either *yes* or *no*, depending on whether the window is shaded or | 48 | Either *yes* or *no*, depending on whether the window is shaded or |
40 | not. | 49 | not. |