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.
*<action name="ToggleDecorations" />*
Toggle decorations of focused window.
Toggle server side decorations of focused window.
*<action name="Decorate" />*
Enable decorations of focused window.
Enable server side decorations of focused window.
*<action name="Undecorate" />*
Disable decorations of focused window.
Disable server side decorations of focused window.
*<action name="ToggleFullscreen" />*
Toggle fullscreen state of focused window.