Remove ws index from sway ws names

This commit is contained in:
Caleb Bassi
2018-12-28 09:35:21 -08:00
parent aa6da11ba4
commit 8ea0659ee2
2 changed files with 12 additions and 2 deletions

View File

@ -22,6 +22,7 @@ class Workspaces : public IModule {
bool handleScroll(GdkEventScroll*);
std::string getPrevWorkspace();
std::string getNextWorkspace();
std::string trimWorkspaceName(std::string);
const Bar& bar_;
const Json::Value& config_;