decorations: clarify that decorate actions are about SSD

This commit is contained in:
Tobias Bengfort 2024-04-18 14:01:52 +02:00
parent 84452debaf
commit bba57c0315
2 changed files with 6 additions and 5 deletions

View file

@ -118,13 +118,13 @@ Actions are used in menus and keyboard/mouse bindings.
yes. yes.
*<action name="ToggleDecorations" />* *<action name="ToggleDecorations" />*
Toggle decorations of focused window. Toggle server side decorations of focused window.
*<action name="Decorate" />* *<action name="Decorate" />*
Enable decorations of focused window. Enable server side decorations of focused window.
*<action name="Undecorate" />* *<action name="Undecorate" />*
Disable decorations of focused window. Disable server side decorations of focused window.
*<action name="ToggleFullscreen" />* *<action name="ToggleFullscreen" />*
Toggle fullscreen state of focused window. Toggle fullscreen state of focused window.

View file

@ -398,8 +398,9 @@ extending outward from the snapped edge.
The radius of server side decoration top corners. Default is 8. The radius of server side decoration top corners. Default is 8.
*<theme><keepBorder>* [yes|no] *<theme><keepBorder>* [yes|no]
Even when disabling server side decorations via ToggleDecorations, Keep a small border (and resize area) even for undecorated windows. Default is yes.
keep a small border (and resize area) around the window. Default is yes.
This has no effect on windows that do not have server side decorations.
*<theme><font place="">* *<theme><font place="">*
The font to use for a specific element of a window, menu or OSD. The font to use for a specific element of a window, menu or OSD.