diff options
author | eri <[email protected]> | 2023-10-23 16:58:47 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-10-23 10:58:47 -0400 |
commit | 2d6944dc1481003b4e02e656b2d7a2d4d6db58c6 (patch) | |
tree | dd75a83d85b2d2dcc307d8841a1254c748e777b1 /sway/meson.build | |
parent | d89c365106b8d58e4a37ad58e9987a7da28c8951 (diff) |
feat: add shadow color for inactive windows (#230)
Diffstat (limited to 'sway/meson.build')
-rw-r--r-- | sway/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build index 528cdd99..1bc0c19c 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -123,6 +123,7 @@ sway_sources = files( 'commands/set.c', 'commands/shadow_blur_radius.c', 'commands/shadow_color.c', + 'commands/shadow_inactive_color.c', 'commands/shadows.c', 'commands/shadows_on_csd.c', 'commands/show_marks.c', |