From 9c3946fde0d64055f728cb26542f38388f48c1bf Mon Sep 17 00:00:00 2001 From: Sooraj S Date: Wed, 8 Mar 2023 20:03:58 +0530 Subject: [PATCH 1/2] Document create_output in swaymsg's manpage --- swaymsg/swaymsg.1.scd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/swaymsg/swaymsg.1.scd b/swaymsg/swaymsg.1.scd index abee1bb9..022db490 100644 --- a/swaymsg/swaymsg.1.scd +++ b/swaymsg/swaymsg.1.scd @@ -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. From 719c3bb2a77a52f263315a097a8a9abcff5b2640 Mon Sep 17 00:00:00 2001 From: Sooraj S Date: Wed, 8 Mar 2023 20:05:26 +0530 Subject: [PATCH 2/2] Document output unplug subcommand in sway-output manpage --- sway/sway-output.5.scd | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sway/sway-output.5.scd b/sway/sway-output.5.scd index 028cb7ab..d9e2867f 100644 --- a/sway/sway-output.5.scd +++ b/sway/sway-output.5.scd @@ -131,6 +131,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* unplug + Removes the specified headless output. + + To create a headless output see *create_output* in *swaymsg*(1). + *output* dpms on|off|toggle Deprecated. Alias for _power_.