Hyprland: better window rules

This commit is contained in:
Filippo Berto 2024-11-30 12:19:10 +01:00
parent a8facb3f18
commit 114a0c48f3
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -270,6 +270,12 @@ in
"SUPER, mouse:272, movewindow"
"SUPER, mouse:273, resizewindow"
];
windowrulev2 = [
"workspace 4, class:(Zotero)"
"workspace 10, class:(spotify)"
"tile, class:(Godot)"
];
};
};
}