implement click-to-close and fix config for new hyprland versions

This commit is contained in:
end-4
2024-04-03 22:07:17 +07:00
parent 33a3c20275
commit 4be8078282
8 changed files with 100 additions and 6 deletions
+1
View File
@@ -70,6 +70,7 @@ const ClickOutsideToClose = () => Widget.EventBox({
export default (id) => PopupWindow({
name: `cheatsheet${id}`,
layer: 'overlay',
exclusivity: 'ignore',
keymode: 'exclusive',
visible: false,