diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-08-18 18:51:20 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-08-18 18:51:20 -0400 |
commit | e6d83206bdea32481c49c20daadf437e7a46cc60 (patch) | |
tree | ba1c6d0f8be7f2e05473e24514a39c44a3c013b5 /sway.5.txt | |
parent | cf916bbf6fbdf75abc55d4c1abe26ed6b8153687 (diff) |
Document new commands in sway(5)
Diffstat (limited to 'sway.5.txt')
-rw-r--r-- | sway.5.txt | 17 |
1 files changed, 14 insertions, 3 deletions
@@ -76,13 +76,24 @@ Commands **splitv**:: Equivalent to **split vertical**. -**fullscreen**: +**floating_modifier** <modifier>:: + When the _modifier_ key is held down, you may use left click to drag floating + windows, and right click to resize them. + +**fullscreen**:: Toggles fullscreen status for the focused view. -**workspace** <name>: +**gaps** <amount>**:: + Adds _amount_ pixels between each view, and around each output. + +**gaps** <inner|outer> <amount>**:: + Adds _amount_ pixels as an _inner_ or _outer_ gap, where the former affects + spacing between views and the latter affects the space around each output. + +**workspace** <name>:: Switches to the specified workspace. -**workspace** <prev_on_output|next_on_output>: +**workspace** <prev_on_output|next_on_output>:: Switches to the next workspace on the current output. **workspace** <name> output <output>:: |