summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2022-06-22 22:06:21 +0200
committerLibravatar Simon Zeni <simon@bl4ckb0ne.ca>2022-06-23 14:47:50 -0400
commit445bc2a943d905a0e5b1dc607a6797919c8cf341 (patch)
treef6a8da587e1a324d0f1ec2fa69eaa487c1184be5 /include
parentRemove access to wlr_input_device union (diff)
downloadsway-445bc2a943d905a0e5b1dc607a6797919c8cf341.tar.gz
sway-445bc2a943d905a0e5b1dc607a6797919c8cf341.tar.zst
sway-445bc2a943d905a0e5b1dc607a6797919c8cf341.zip
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".
Diffstat (limited to 'include')
-rw-r--r--include/sway/commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h
index 5f71a79d..013a7b82 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -287,6 +287,7 @@ sway_cmd output_cmd_max_render_time;
287sway_cmd output_cmd_mode; 287sway_cmd output_cmd_mode;
288sway_cmd output_cmd_modeline; 288sway_cmd output_cmd_modeline;
289sway_cmd output_cmd_position; 289sway_cmd output_cmd_position;
290sway_cmd output_cmd_power;
290sway_cmd output_cmd_render_bit_depth; 291sway_cmd output_cmd_render_bit_depth;
291sway_cmd output_cmd_scale; 292sway_cmd output_cmd_scale;
292sway_cmd output_cmd_scale_filter; 293sway_cmd output_cmd_scale_filter;