feat: hyprland workspaces add sort-by

This commit is contained in:
Austin Horstman
2023-09-08 22:24:28 -05:00
parent 587bd0cd62
commit cbc12e5443
3 changed files with 53 additions and 27 deletions

View File

@ -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();