all repos — openbox @ 59ad2e319a58af43ca77cda7307888e5ae34ea2a

openbox fork - make it a bit more like ryudo

add exit/restart.
clarify which can be used for drag events
Dana Jansens danakj@orodu.net
commit

59ad2e319a58af43ca77cda7307888e5ae34ea2a

parent

b4d241169b8b046ce2f4c1fff57b9ba20e8c2744

1 files changed, 6 insertions(+), 1 deletions(-)

jump to
M plugins/mouse/mousercplugins/mouse/mouserc

@@ -41,7 +41,8 @@ # Valid buttons are Left, Right, Middle, Up, Down, or any number > 0

# 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

@@ -97,6 +98,10 @@ # the desktop layout set by a pager

# * 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