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
@@ -5,6 +5,7 @@ export default () => PopupWindow({
keymode: 'exclusive',
anchor: ['right', 'top', 'bottom'],
name: 'sideright',
layer: 'overlay',
showClassName: 'sideright-show',
hideClassName: 'sideright-hide',
child: SidebarRight(),