minor changes

This commit is contained in:
vaxerski
2022-07-01 15:35:25 +02:00
parent c1f92d2a3c
commit 17b60bc737
2 changed files with 27 additions and 10 deletions

View File

@ -32,6 +32,8 @@ class Workspaces : public AModule, public sigc::trackable {
bool isNumber(const std::string&);
bool needReorder = false;
Gtk::Box box_;
const Bar& bar_;
std::deque<std::string> workspaces;