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/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'sway/meson.build') diff --git a/sway/meson.build b/sway/meson.build index 47c59dd5..ced7419c 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -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', -- cgit v1.2.3-54-g00ecf