summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/keyboard/keysrc4
-rw-r--r--plugins/mouse/mouserc4
2 files changed, 8 insertions, 0 deletions
diff --git a/plugins/keyboard/keysrc b/plugins/keyboard/keysrc
index d31235c6..daa07f53 100644
--- a/plugins/keyboard/keysrc
+++ b/plugins/keyboard/keysrc
@@ -24,6 +24,10 @@
# * Shade - Shade (roll up) the focused client
# * Unshade - Unshade (roll down) the focused client
# * ToggleShade - Shade and unshade the focused client
+# * ShadeLower - Shades the window if it's not shaded, and lower it
+# if it was already shaded
+# * UnshadeRaise - Unshades the window if it's shaded, and raise it
+# if it was already unshaded
# * ToggleOmnipresent - Place the focused client on all desktops or the
# current one
# * MaximizeFull - Maximize the focused window horizontally and vertically
diff --git a/plugins/mouse/mouserc b/plugins/mouse/mouserc
index 573d629e..739ac30e 100644
--- a/plugins/mouse/mouserc
+++ b/plugins/mouse/mouserc
@@ -54,6 +54,10 @@
# * Shade - Shade (roll up) the client
# * Unshade - Unshade (roll down) the client
# * ToggleShade - Shade and unshade the client
+# * ShadeLower - Shades the window if it's not shaded, and lower it
+# if it was already shaded
+# * UnshadeRaise - Unshades the window if it's shaded, and raise it
+# if it was already unshaded
# * ToggleOmnipresent - Place the client on all desktops or the current one
# * MaximizeFull - Maximize the window horizontally and vertically
# * UnmaximizeFull - Restore the window horizontally and vertically