Merge pull request #4474 from LordMZTE/river-vacant-startup

fix(river): hide vacant tags on initial startup
This commit is contained in:
Alexis Rouillard
2025-10-01 14:14:54 +02:00
committed by GitHub
2 changed files with 15 additions and 5 deletions

View File

@ -21,6 +21,7 @@ class Tags : public waybar::AModule {
void handle_view_tags(struct wl_array *tags);
void handle_urgent_tags(uint32_t tags);
void handle_show();
void handle_primary_clicked(uint32_t tag);
bool handle_button_press(GdkEventButton *event_button, uint32_t tag);