mirror of
https://github.com/swaywm/sway.git
synced 2024-12-28 07:56:31 +01:00
Document new commands in sway(5)
This commit is contained in:
parent
cf916bbf6f
commit
e6d83206bd
1 changed files with 14 additions and 3 deletions
17
sway.5.txt
17
sway.5.txt
|
@ -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>::
|
||||
|
|
Loading…
Reference in a new issue