mirror of
https://github.com/swaywm/sway.git
synced 2026-03-26 07:58:12 -04:00
Rename dpms output command to power
The "dpms" command refers to VESA Display Power Management Signaling, a deprecated standard. It's superseded by VESA DPM. Instead of tying out command name to a particular standard, use the neutral term "power".
This commit is contained in:
parent
122d8ce954
commit
445bc2a943
6 changed files with 60 additions and 43 deletions
|
|
@ -191,6 +191,7 @@ sway_sources = files(
|
|||
'commands/output/max_render_time.c',
|
||||
'commands/output/mode.c',
|
||||
'commands/output/position.c',
|
||||
'commands/output/power.c',
|
||||
'commands/output/render_bit_depth.c',
|
||||
'commands/output/scale.c',
|
||||
'commands/output/scale_filter.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue