From 445bc2a943d905a0e5b1dc607a6797919c8cf341 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 22 Jun 2022 22:06:21 +0200 Subject: 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". --- sway/commands/output.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sway/commands/output.c') diff --git a/sway/commands/output.c b/sway/commands/output.c index 125df5a7..c102344d 100644 --- a/sway/commands/output.c +++ b/sway/commands/output.c @@ -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 }, -- cgit v1.2.3