Fix broken start behavior for `hyprland/window`

pull/2352/head
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
1 changed files with 1 additions and 0 deletions

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