This commit is contained in:
asas1asas200 2022-08-21 12:35:33 +08:00
parent bcee4e15d3
commit 51670f0506
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
namespace waybar::modules::sway {
// Helper function to to assign a number to a workspace, just like sway. In fact
// Helper function to assign a number to a workspace, just like sway. In fact
// this is taken quite verbatim from `sway/ipc-json.c`.
int Workspaces::convertWorkspaceNameToNum(std::string name) {
if (isdigit(name[0])) {