Fix some styling, make some components bound

This commit is contained in:
2025-10-14 00:56:52 -03:00
parent 7e16362f96
commit 0498c2f3cb
8 changed files with 26 additions and 27 deletions

View File

@@ -127,7 +127,6 @@ WrapperMouseArea {
if (workspacesRectangle.workspace.id === Hyprland.focusedWorkspace.id) {
return;
}
;
Hyprland.dispatch("workspace " + workspacesRectangle.workspace.id);
PopUpHover.exit();
}