mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 11:45:58 +01:00
fix stupid typo
This commit is contained in:
parent
20899b597e
commit
7c33c7fc64
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ void Events::listener_mapWindow(void* owner, void* data) {
|
|||
shouldFocus = true;
|
||||
}
|
||||
|
||||
if (requestedWorkspace.find("special" == 0)) {
|
||||
if (requestedWorkspace.find("special") == 0) {
|
||||
workspaceSpecial = true;
|
||||
workspaceSilent = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue