tooltip: add namespace prefix
This commit is contained in:
parent
cd2c60f061
commit
5802af6701
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue