Merge branch 'Alexays:master' into ISSUE#1545

This commit is contained in:
ViktarL 2022-08-23 09:00:08 +00:00 committed by GitHub
commit 17f91391b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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])) {