sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 389610795b9ceff18f563b73e007b1b54d58bbb2
parent 99631c505097cd5b7c13b5f89711e089435cb0da
Author: Drew DeVault <sir@cmpwn.com>
Date:   Mon, 20 Aug 2018 19:22:44 -0400

Merge pull request #2502 from minus7/workspace-names

Improve new workspace name selection
Diffstat:
Msway/tree/workspace.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/sway/tree/workspace.c b/sway/tree/workspace.c @@ -205,6 +205,7 @@ char *workspace_next_name(const char *output_name) { && workspace_by_name(wso->workspace) == NULL) { free(target); target = strdup(wso->workspace); + break; } } if (target != NULL) {