mirror of
https://github.com/swaywm/sway.git
synced 2025-11-20 06:59:46 -05:00
Refactor cmd_output to use config_subcommand
This commit is contained in:
parent
ebe0b668c9
commit
5ea4a4d3ee
12 changed files with 371 additions and 267 deletions
|
|
@ -120,6 +120,15 @@ sway_sources = files(
|
|||
'commands/input/xkb_rules.c',
|
||||
'commands/input/xkb_variant.c',
|
||||
|
||||
'commands/output/background.c',
|
||||
'commands/output/disable.c',
|
||||
'commands/output/dpms.c',
|
||||
'commands/output/enable.c',
|
||||
'commands/output/mode.c',
|
||||
'commands/output/position.c',
|
||||
'commands/output/scale.c',
|
||||
'commands/output/transform.c',
|
||||
|
||||
'tree/arrange.c',
|
||||
'tree/container.c',
|
||||
'tree/layout.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue