diff options
| -rw-r--r-- | utils/widgets.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/widgets.tsx b/utils/widgets.tsx index 1065fae..c9d6019 100644 --- a/utils/widgets.tsx +++ b/utils/widgets.tsx @@ -8,7 +8,7 @@ export const setupCustomTooltip = (self: any, text: string | Binding<string>) => const window = ( <window visible={false} - namespace="tooltip" + namespace="caelestia-tooltip" keymode={Astal.Keymode.NONE} exclusivity={Astal.Exclusivity.IGNORE} anchor={Astal.WindowAnchor.TOP | Astal.WindowAnchor.LEFT} |