diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-13 17:38:04 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-13 17:38:04 +1100 |
| commit | 6a66214b8f4ff94566ced5b535ced0d63cd6c650 (patch) | |
| tree | be7b99825e2ef128c6753cefe7ea86557e6aedcd /utils | |
| parent | notifpopups: fix app icon (diff) | |
| download | caelestia-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.tsx | 3 |
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()); |