aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-output.5.scd
diff options
context:
space:
mode:
authorLibravatar Moelf <jerryling315@gmail.com>2019-05-10 23:57:53 -0700
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-05-14 00:11:04 -0400
commited2e553b8d0dff3e74eeaa80a2586458271b2565 (patch)
tree3b48f4efad369798686611f21a380330e4c930dc /sway/sway-output.5.scd
parentSpawn swaybar as a wayland client (diff)
downloadsway-ed2e553b8d0dff3e74eeaa80a2586458271b2565.tar.gz
sway-ed2e553b8d0dff3e74eeaa80a2586458271b2565.tar.zst
sway-ed2e553b8d0dff3e74eeaa80a2586458271b2565.zip
Implement output toggle
discussed in #4136, this can't handle wildcard but won't crash.
Diffstat (limited to 'sway/sway-output.5.scd')
-rw-r--r--sway/sway-output.5.scd3
1 files changed, 3 insertions, 0 deletions
diff --git a/sway/sway-output.5.scd b/sway/sway-output.5.scd
index 1efe2f7b..e20d0aba 100644
--- a/sway/sway-output.5.scd
+++ b/sway/sway-output.5.scd
@@ -94,6 +94,9 @@ must be separated by one space. For example:
94 Enables or disables the specified output (all outputs are enabled by 94 Enables or disables the specified output (all outputs are enabled by
95 default). 95 default).
96 96
97*output* <name> toggle
98 Toggle the specified output.
99
97*output* <name> dpms on|off 100*output* <name> dpms on|off
98 Enables or disables the specified output via DPMS. To turn an output off 101 Enables or disables the specified output via DPMS. To turn an output off
99 (ie. blank the screen but keep workspaces as-is), one can set DPMS to off. 102 (ie. blank the screen but keep workspaces as-is), one can set DPMS to off.