]> Dogcows Code - chaz/openbox/commitdiff
add exit/restart.
authorDana Jansens <danakj@orodu.net>
Wed, 26 Mar 2003 12:49:18 +0000 (12:49 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 26 Mar 2003 12:49:18 +0000 (12:49 +0000)
clarify which can be used for drag events

plugins/mouse/mouserc

index 33e0263f0eabb11d55f22568e0792f2ac8305292..b52fbe296f65456170c6eaef34234ce5f4428e62 100644 (file)
@@ -41,7 +41,8 @@
 
 # Action: The action to be performed then the Event occurs with the Button in
 #         the context.
-#  Value actions are:
+#
+#  For all Events *except* for drag Events, these are valid:
 #  * Focus - Focus the client
 #  * Unfocus - Unfocus the client
 #  * Iconify - Iconify the client
 #  * PreviousDesktopRowWrap - Switches to the desktop in the previous row,
 #                             based on the desktop layout set by a pager
 #                             (wrapping around the first and last rows)
+#  * Restart - Restarts Openbox
+#  * Exit - Exits Openbox
+#
+#  For drag Events only, these are valid:
 #  * Move - Move the client interactively, this can only be bound to the Drag
 #           Event
 #  * Resize - Resize the client interactively, this can only be bound to the
This page took 0.027887 seconds and 4 git commands to generate.