From 2b07dea3a6bb9d0e659f2c99318919023be4f370 Mon Sep 17 00:00:00 2001 From: MisterPine Date: Sat, 29 Jul 2023 00:30:33 +0200 Subject: [PATCH] Fix broken start behavior for `hyprland/window` --- src/modules/hyprland/window.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/hyprland/window.cpp b/src/modules/hyprland/window.cpp index 81c864d..60de074 100644 --- a/src/modules/hyprland/window.cpp +++ b/src/modules/hyprland/window.cpp @@ -26,6 +26,7 @@ Window::Window(const std::string& id, const Bar& bar, const Json::Value& config) queryActiveWorkspace(); update(); + dp.emit(); // register for hyprland ipc gIPC->registerForIPC("activewindow", this);