mirror of
https://github.com/rad4day/Waybar.git
synced 2025-09-14 06:52:33 +02:00
feat(sway/window): handle floating nodes
This commit is contained in:
@@ -21,7 +21,8 @@ class Window : public ALabel, public sigc::trackable {
|
||||
void onEvent(const struct Ipc::ipc_response&);
|
||||
void onCmd(const struct Ipc::ipc_response&);
|
||||
void worker();
|
||||
std::tuple<std::size_t, int, std::string, std::string> getFocusedNode(const Json::Value& nodes, std::string output);
|
||||
std::tuple<std::size_t, int, std::string, std::string> getFocusedNode(const Json::Value& nodes,
|
||||
std::string& output);
|
||||
void getTree();
|
||||
|
||||
const Bar& bar_;
|
||||
|
Reference in New Issue
Block a user