summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-13 17:38:04 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-13 17:38:04 +1100
commit6a66214b8f4ff94566ced5b535ced0d63cd6c650 (patch)
treebe7b99825e2ef128c6753cefe7ea86557e6aedcd /utils
parentnotifpopups: fix app icon (diff)
downloadcaelestia-shell-6a66214b8f4ff94566ced5b535ced0d63cd6c650.tar.gz
caelestia-shell-6a66214b8f4ff94566ced5b535ced0d63cd6c650.tar.bz2
caelestia-shell-6a66214b8f4ff94566ced5b535ced0d63cd6c650.zip
less border
Less border for notification popups and menu
Diffstat (limited to 'utils')
-rw-r--r--utils/widgets.tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/widgets.tsx b/utils/widgets.tsx
index 2078aad..7c40184 100644
--- a/utils/widgets.tsx
+++ b/utils/widgets.tsx
@@ -43,3 +43,6 @@ export const setupCustomTooltip = (self: any, text: string | Binding<string>) =>
return window;
};
+
+export const setupChildClickthrough = (self: any) =>
+ self.connect("size-allocate", () => self.get_window()?.set_child_input_shapes());