From 76cfdb956d80aa5a4ffb909486509abc5f7bc829 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Mon, 25 Apr 2022 11:57:21 -0700 Subject: modules/*: set TIL_MODULE_OVERLAYABLE where appropriate In the interests of facilitating randomized automagic layered compositing, tell the world when you're overlay-appropriate. --- src/modules/blinds/blinds.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modules/blinds') 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 ", + .flags = TIL_MODULE_OVERLAYABLE, }; -- cgit v1.2.3