mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-16 04:23:49 -07:00
fix stupid typo
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user