mirror of
https://github.com/swaywm/sway.git
synced 2026-03-29 07:58:16 -04:00
Merge da862448f9 into e3c2412565
This commit is contained in:
commit
f4d6a0bfa1
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
|
As opposed to the _enable_ and _disable_ commands, the output keeps its
|
||||||
current workspaces and windows.
|
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
|
*output* <name> dpms on|off|toggle
|
||||||
Deprecated. Alias for _power_.
|
Deprecated. Alias for _power_.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -65,6 +65,10 @@ _swaymsg_ [options...] [message]
|
||||||
anything beyond that point as an option. For example, use
|
anything beyond that point as an option. For example, use
|
||||||
_swaymsg -- mark --add test_ instead of _swaymsg mark --add test_.
|
_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*
|
*get\_workspaces*
|
||||||
Gets a list of workspaces and their status.
|
Gets a list of workspaces and their status.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue