mirror of
https://github.com/swaywm/sway.git
synced 2026-04-01 07:16:02 -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
|
|
@ -173,6 +173,7 @@ sway_sources = files(
|
|||
'commands/output/position.c',
|
||||
'commands/output/scale.c',
|
||||
'commands/output/subpixel.c',
|
||||
'commands/output/toggle.c',
|
||||
'commands/output/transform.c',
|
||||
|
||||
'tree/arrange.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue