From 3efd3b558fe49bc7a7f3c30c19783e3fe5efeb24 Mon Sep 17 00:00:00 2001 From: Erik Reider <35975961+ErikReider@users.noreply.github.com> Date: Wed, 1 Feb 2023 01:13:04 +0100 Subject: Add option for enabling shadows for CSD windows (#106) * Add option for enabling shadows for CSD windows * Disable drawing borders when CSD and shadows csd is enabled --- 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 a361beac..6f179101 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -110,6 +110,7 @@ sway_sources = files( 'commands/shadow_blur_radius.c', 'commands/shadow_color.c', 'commands/shadows.c', + 'commands/shadows_on_csd.c', 'commands/show_marks.c', 'commands/shortcuts_inhibitor.c', 'commands/smart_borders.c', -- cgit v1.2.3