Fix broken start behavior for hyprland/window

This commit is contained in:
MisterPine 2023-07-29 00:30:33 +02:00
parent 629686f760
commit 2b07dea3a6
No known key found for this signature in database
GPG Key ID: 5481659D1D983422

View File

@ -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);