From 988fb247107c469bb98ce3088ad189fa12db7cdd Mon Sep 17 00:00:00 2001 From: Erik Reider <35975961+ErikReider@users.noreply.github.com> Date: Wed, 7 Dec 2022 06:10:11 +0100 Subject: [Feature] Dim inactive windows (#66) --- sway/meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sway/meson.build') diff --git a/sway/meson.build b/sway/meson.build index b740b4af..ac3d408d 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -51,6 +51,8 @@ sway_sources = files( 'commands/default_border.c', 'commands/default_floating_border.c', 'commands/default_orientation.c', + 'commands/dim_inactive.c', + 'commands/dim_inactive_colors.c', 'commands/exit.c', 'commands/exec.c', 'commands/exec_always.c', -- cgit v1.2.3