mirror of
https://github.com/swaywm/sway.git
synced 2026-04-20 06:47:03 -04:00
Implement output toggle
discussed in #4136, this can't handle wildcard but won't crash.
This commit is contained in:
parent
18ce0eec60
commit
ed2e553b8d
7 changed files with 60 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue