sway

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

commit d37c94d1b666ba92562efbcd4bda2cb0c3ca4916
parent f6db3acd2424487c5170695540ac8a16b668237b
Author: Mihai Coman <mihai.cmn@gmail.com>
Date:   Sat, 28 Jul 2018 00:18:52 +0000

Preserve workspace name

Diffstat:
Msway/tree/workspace.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/sway/tree/workspace.c b/sway/tree/workspace.c @@ -124,9 +124,6 @@ static void workspace_name_from_binding(const struct sway_binding * binding, char *_target = strdup(name); _target = do_var_replacement(_target); strip_quotes(_target); - while (isspace(*_target)) { - memmove(_target, _target+1, strlen(_target+1)); - } wlr_log(WLR_DEBUG, "Got valid workspace command for target: '%s'", _target);