From 0eab7e082c4f37f6c4472d609ce9351a5d5d6bd0 Mon Sep 17 00:00:00 2001 From: stefonarch Date: Sun, 16 Jul 2023 10:04:19 +0200 Subject: [PATCH] Added missing closing tags --- docs/labwc-actions.5.scd | 42 ++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/docs/labwc-actions.5.scd b/docs/labwc-actions.5.scd index 0beedf62..418cff55 100644 --- a/docs/labwc-actions.5.scd +++ b/docs/labwc-actions.5.scd @@ -8,10 +8,10 @@ labwc - actions Actions are used in menus and keyboard/mouse bindings. -** +** Close top-most window. -** +** Kill the process associated with the current window by sending it the SIGTERM signal. @@ -20,32 +20,32 @@ Actions are used in menus and keyboard/mouse bindings. labwc supports as an alternative to even though openbox documentation states that it is deprecated. -** +** Exit labwc. -** +** Give focus to window under cursor. -** +** Restack the current window above other open windows. -** +** Restack the current window below other open windows. -** +** Iconify (minimize) focused window. -** +** Begin interactive move of window under cursor ** Move window to edge of outputs. Understands directions "left", "up", "right" and "down". -** +** Begin interactive resize of window under cursor -** +** 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. @@ -65,41 +65,41 @@ Actions are used in menus and keyboard/mouse bindings. Resize and move active window according to the given region. See labwc-config(5) for further information on how to define regions. -** +** Cycle focus to next window. -** +** Cycle focus to previous window. -** +** Re-load configuration and theme files. ** Show menu. Valid menu names are "root-menu" and "client-menu". -** +** Toggle decorations of focused window. -** +** Toggle fullscreen state of focused window. -** +** Toggle maximize state of focused window. -** +** Maximize focused window. -** +** Toggle always-on-top of focused window. -** +** Toggle between layers 'always-on-bottom' and 'normal'. When a window is in the 'always-on-bottom' layer, it is rendered below all other top-level windows. It is anticipated that this action will be useful when defining window-rules for desktop-management tools that do not support the wlr-layer-shell protocol. -** +** Stop handling keybinds other than ToggleKeybinds itself. This can be used to allow A-Tab and similar keybinds to be delivered to Virtual Machines, VNC clients or nested compositors. @@ -136,7 +136,7 @@ Actions are used in menus and keyboard/mouse bindings. *wrap* [yes|no] Wrap around from last desktop to first, and vice versa. Default yes. -** +** If used as the only action for a binding: clear an earlier defined binding. # SEE ALSO