mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
Fix broken start behavior for hyprland/window
This commit is contained in:
parent
629686f760
commit
2b07dea3a6
@ -26,6 +26,7 @@ Window::Window(const std::string& id, const Bar& bar, const Json::Value& config)
|
|||||||
|
|
||||||
queryActiveWorkspace();
|
queryActiveWorkspace();
|
||||||
update();
|
update();
|
||||||
|
dp.emit();
|
||||||
|
|
||||||
// register for hyprland ipc
|
// register for hyprland ipc
|
||||||
gIPC->registerForIPC("activewindow", this);
|
gIPC->registerForIPC("activewindow", this);
|
||||||
|
Loading…
Reference in New Issue
Block a user