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 -1
View File
@@ -5,7 +5,7 @@ export default () => PopupWindow({
keymode: 'exclusive',
anchor: ['left', 'top', 'bottom'],
name: 'sideleft',
layer: 'top',
layer: 'overlay',
showClassName: 'sideleft-show',
hideClassName: 'sideleft-hide',
child: SidebarLeft(),