mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -05:00
Document border csd
This commit is contained in:
parent
4a05fbf8ab
commit
7f2e6d812a
2 changed files with 7 additions and 6 deletions
|
|
@ -81,7 +81,7 @@ struct cmd_results *cmd_border(int argc, char **argv) {
|
|||
border_toggle(view);
|
||||
} else {
|
||||
return cmd_results_new(CMD_INVALID, "border",
|
||||
"Expected 'border <none|normal|pixel|toggle>' "
|
||||
"Expected 'border <none|normal|pixel|csd|toggle>' "
|
||||
"or 'border pixel <px>'");
|
||||
}
|
||||
if (argc == 2) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue