mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-13 22:52:30 +02:00
feat: hyprland workspaces add sort-by
This commit is contained in:
@ -86,6 +86,7 @@ class Workspaces : public AModule, public EventHandler {
|
||||
bool all_outputs_ = false;
|
||||
bool show_special_ = false;
|
||||
bool active_only_ = false;
|
||||
std::string sort_by = "default";
|
||||
|
||||
void fill_persistent_workspaces();
|
||||
void create_persistent_workspaces();
|
||||
|
Reference in New Issue
Block a user