diff options
Diffstat (limited to 'sway/meson.build')
-rw-r--r-- | sway/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
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', |