This commit is contained in:
Sooraj S 2025-09-24 21:20:14 +08:00 committed by GitHub
commit 3609205659
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 0 deletions

View file

@ -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_.

View file

@ -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.