mirror of
https://github.com/swaywm/sway.git
synced 2026-03-22 05:34:04 -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
|
|
@ -18,6 +18,7 @@ static const struct cmd_handler output_handlers[] = {
|
|||
{ "modeline", output_cmd_modeline },
|
||||
{ "pos", output_cmd_position },
|
||||
{ "position", output_cmd_position },
|
||||
{ "power", output_cmd_power },
|
||||
{ "render_bit_depth", output_cmd_render_bit_depth },
|
||||
{ "res", output_cmd_mode },
|
||||
{ "resolution", output_cmd_mode },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue