diff options
author | Paul Ouellette <oue.paul18@gmail.com> | 2019-07-31 21:25:59 -0400 |
---|---|---|
committer | Brian Ashworth <bosrsf04@gmail.com> | 2019-07-31 21:45:52 -0400 |
commit | f567a40d59d1fbb9c0dcd3680f0dd2f8bb066951 (patch) | |
tree | cf7b51d67d6439def7e28a0bed975febc24cebfb | |
parent | 75de31d36e0d7293a9fdaf0be39668c962c031fd (diff) | |
download | sway-f567a40d59d1fbb9c0dcd3680f0dd2f8bb066951.tar.xz |
Fix typo in sway(5) manpage
-rw-r--r-- | sway/sway.5.scd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd index 274c2833..ac80de3c 100644 --- a/sway/sway.5.scd +++ b/sway/sway.5.scd @@ -727,7 +727,7 @@ The default colors are: Specifies that workspace _name_ should be shown on the specified _outputs_. Multiple outputs can be listed and the first available will be used. If the workspace gets placed on an output further down the list and an output that - is higher on the list becomes available, the workspace will be move to the + is higher on the list becomes available, the workspace will be moved to the higher priority output. This command does not affect existing workspaces. To move an existing |