mirror of
https://github.com/swaywm/sway.git
synced 2025-10-08 13:16:05 +00:00
Merge da862448f9
into d9e615c507
This commit is contained in:
commit
3609205659
2 changed files with 9 additions and 0 deletions
|
@ -129,6 +129,11 @@ must be separated by one space. For example:
|
|||
As opposed to the _enable_ and _disable_ commands, the output keeps its
|
||||
current workspaces and windows.
|
||||
|
||||
*output* <name> unplug
|
||||
Removes the specified headless output.
|
||||
|
||||
To create a headless output see *create_output* in *swaymsg*(1).
|
||||
|
||||
*output* <name> dpms on|off|toggle
|
||||
Deprecated. Alias for _power_.
|
||||
|
||||
|
|
|
@ -65,6 +65,10 @@ _swaymsg_ [options...] [message]
|
|||
anything beyond that point as an option. For example, use
|
||||
_swaymsg -- mark --add test_ instead of _swaymsg mark --add test_.
|
||||
|
||||
*create_output*
|
||||
Creates a new headless output by the name of HEADLESS-x where x is a
|
||||
is initially 1. Each subsequent usage will increment x by 1.
|
||||
|
||||
*get\_workspaces*
|
||||
Gets a list of workspaces and their status.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue