diff options
Diffstat (limited to 'src/modules/blinds')
-rw-r--r-- | src/modules/blinds/blinds.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/blinds/blinds.c b/src/modules/blinds/blinds.c index 080b468..7ce0a92 100644 --- a/src/modules/blinds/blinds.c +++ b/src/modules/blinds/blinds.c @@ -42,4 +42,5 @@ til_module_t blinds_module = { .name = "blinds", .description = "Retro 80s-inspired window blinds", .author = "Vito Caputo <vcaputo@pengaru.com>", + .flags = TIL_MODULE_OVERLAYABLE, }; |