diff options
author | Ashkan Kiani <ashkan.k.kiani@gmail.com> | 2019-04-16 02:30:19 -0700 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-04-16 07:34:07 -0600 |
commit | 2f9eed659d290c1a3a008bf104e2a94b6e031915 (patch) | |
tree | 39e4e6f380240d855ee09620ed7bbaea36ad83a9 /sway/sway.5.scd | |
parent | fd6903673b084ef16f18e228405cb50adf28550d (diff) |
Add documentation for rename workspace
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r-- | sway/sway.5.scd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd index b484607a..1de06d3e 100644 --- a/sway/sway.5.scd +++ b/sway/sway.5.scd @@ -223,6 +223,9 @@ set|plus|minus <amount> *reload* Reloads the sway config file and applies any changes. +*rename workspace* [<old_name>] to <new_name> + Rename either <old_name> or the focused workspace to the <new_name> + *resize* shrink|grow width|height [<amount> [px|ppt]] Resizes the currently focused container by _amount_, specified in pixels or percentage points. If the units are omitted, floating containers are resized |