mirror of
https://github.com/Trensa-Organization/Hyprland.git
synced 2025-03-16 03:03:40 +01:00
fix workspace special rules
This commit is contained in:
parent
ac07e447b8
commit
e405490593
1 changed files with 1 additions and 0 deletions
|
@ -209,6 +209,7 @@ void Events::listener_mapWindow(void* owner, void* data) {
|
||||||
|
|
||||||
if (requestedWorkspace.find("special" == 0)) {
|
if (requestedWorkspace.find("special" == 0)) {
|
||||||
workspaceSpecial = true;
|
workspaceSpecial = true;
|
||||||
|
workspaceSilent = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!workspaceSilent) {
|
if (!workspaceSilent) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue