Implement output toggle

discussed in #4136, this can't handle wildcard but won't crash.
This commit is contained in:
Moelf 2019-05-10 23:57:53 -07:00 committed by Brian Ashworth
parent 18ce0eec60
commit ed2e553b8d
7 changed files with 60 additions and 0 deletions

View file

@ -94,6 +94,9 @@ must be separated by one space. For example:
Enables or disables the specified output (all outputs are enabled by
default).
*output* <name> toggle
Toggle the specified output.
*output* <name> dpms on|off
Enables or disables the specified output via DPMS. To turn an output off
(ie. blank the screen but keep workspaces as-is), one can set DPMS to off.