mirror of
				https://github.com/rad4day/Waybar.git
				synced 2025-10-30 23:42:42 +01:00 
			
		
		
		
	Revert "refactor(window): we don't need to subscribe workspace events"
This reverts commit 648eecdd83.
			
			
This commit is contained in:
		| @@ -9,7 +9,7 @@ Window::Window(const std::string& id, const Bar& bar, const Json::Value& config) | ||||
|     label_.set_hexpand(true); | ||||
|     label_.set_ellipsize(Pango::EllipsizeMode::ELLIPSIZE_END); | ||||
|   } | ||||
|   ipc_.subscribe(R"(["window"])"); | ||||
|   ipc_.subscribe(R"(["window","workspace"])"); | ||||
|   ipc_.signal_event.connect(sigc::mem_fun(*this, &Window::onEvent)); | ||||
|   ipc_.signal_cmd.connect(sigc::mem_fun(*this, &Window::onCmd)); | ||||
|   // Get Initial focused window | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Alex
					Alex