workspace taskbars: Focus window on click

This commit is contained in:
Pol Rivero
2025-01-04 15:56:24 +01:00
parent 53ca5a4883
commit 3948c0d154
2 changed files with 23 additions and 2 deletions

View File

@ -88,6 +88,7 @@ class Workspace {
Gtk::Label m_labelAfter;
void updateTaskbar(const std::string& workspace_icon);
static void focusWindow(WindowAddress const& addr);
};
} // namespace waybar::modules::hyprland