action: add ResizeRelative

This commit is contained in:
Ph42oN 2023-06-27 21:20:04 +03:00 committed by Consolatis
parent e40159470b
commit ea623daaee
4 changed files with 36 additions and 0 deletions

View file

@ -45,6 +45,11 @@ Actions are used in menus and keyboard/mouse bindings.
*<action name="Resize">*
Begin interactive resize of window under cursor
*<action name="ResizeRelative" left="" right="" top="" bottom="" >*
Resize window relative to its current size. Values of left, right,
top or bottom tell how much to resize on that edge of window,
positive values grow window, negative shrink window.
*<action name="MoveTo" x="" y="" />*
Move to position (x, y)