mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 17:05:59 +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…
Reference in a new issue