Workspace fix (veeeeery sure it is fixed)
This commit is contained in:
parent
a15677aadf
commit
9067a68703
1 changed files with 5 additions and 4 deletions
|
|
@ -51,9 +51,10 @@ Singleton {
|
||||||
// Initialize Hyprland integration
|
// Initialize Hyprland integration
|
||||||
function initHyprland() {
|
function initHyprland() {
|
||||||
try {
|
try {
|
||||||
|
// Fixes the odd workspace issue.
|
||||||
Hyprland.refreshWorkspaces();
|
Hyprland.refreshWorkspaces();
|
||||||
hlWorkspaces = Hyprland.workspaces.values;
|
// hlWorkspaces = Hyprland.workspaces.values;
|
||||||
updateHyprlandWorkspaces();
|
// updateHyprlandWorkspaces();
|
||||||
return true;
|
return true;
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error("Error initializing Hyprland:", e);
|
console.error("Error initializing Hyprland:", e);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue