diff options
author | Benno Schulenberg <bensberg@telfort.nl> | 2023-05-18 16:29:48 +0200 |
---|---|---|
committer | Benno Schulenberg <bensberg@telfort.nl> | 2023-05-18 16:32:53 +0200 |
commit | c85a6ff7bdd5c07713898e0b95670783d82e8eb3 (patch) | |
tree | 541be5b0427fc33eded881d89f4e32f0debb44ab | |
parent | 7131a5bec5b69bac6992e193e0dfe4993440381b (diff) |
hyphenate two compound adjectives, like for the other occurrence
-rw-r--r-- | randrproto.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/randrproto.txt b/randrproto.txt index b93a0af..7156e92 100644 --- a/randrproto.txt +++ b/randrproto.txt @@ -1695,7 +1695,7 @@ dynamic changes in the display environment. If an 'info.output' contains only the automatically generated default monitor, this is replaced by the new monitor. If the 'info.output' already - contains a user defined monitor, the new monitor will be added. + contains a user-defined monitor, the new monitor will be added. This allows to have more than one monitor on an output (e.g. to split an output into multiple virtual monitors). @@ -1720,7 +1720,7 @@ dynamic changes in the display environment. 'name' must match the name of a Monitor on the screen, or a Value error results. - If the last user defined monitor is removed from an 'info.output', + If the last user-defined monitor is removed from an 'info.output', the automatically generated default monitor will be restored. It is not possible to delete the automatically generated default monitor. |