diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-15 15:29:53 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-15 15:29:53 +1100 |
| commit | 5802af6701b53442834be7d252a9b28e8b2c627c (patch) | |
| tree | f6903423bf16d6022711b7de5d11256e8a552769 /utils | |
| parent | launcher: fix files flicker on change to empty (diff) | |
| download | caelestia-shell-5802af6701b53442834be7d252a9b28e8b2c627c.tar.gz caelestia-shell-5802af6701b53442834be7d252a9b28e8b2c627c.tar.bz2 caelestia-shell-5802af6701b53442834be7d252a9b28e8b2c627c.zip | |
tooltip: add namespace prefix
Diffstat (limited to 'utils')
| -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} |