Workspace fix (veeeeery sure it is fixed)

This commit is contained in:
Ly-sec 2025-07-29 13:37:26 +02:00
parent a15677aadf
commit 9067a68703

View file

@ -51,9 +51,10 @@ Singleton {
// Initialize Hyprland integration
function initHyprland() {
try {
// Fixes the odd workspace issue.
Hyprland.refreshWorkspaces();
hlWorkspaces = Hyprland.workspaces.values;
updateHyprlandWorkspaces();
// hlWorkspaces = Hyprland.workspaces.values;
// updateHyprlandWorkspaces();
return true;
} catch (e) {
console.error("Error initializing Hyprland:", e);