mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 03:17:46 +03: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
|
@ -287,6 +287,7 @@ sway_cmd output_cmd_max_render_time;
|
|||
sway_cmd output_cmd_mode;
|
||||
sway_cmd output_cmd_modeline;
|
||||
sway_cmd output_cmd_position;
|
||||
sway_cmd output_cmd_power;
|
||||
sway_cmd output_cmd_render_bit_depth;
|
||||
sway_cmd output_cmd_scale;
|
||||
sway_cmd output_cmd_scale_filter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue