Window switch, remove else outputting spaces.

This commit is contained in:
DonO 2024-03-12 15:10:11 -05:00
parent 00573bcfa8
commit 12a9aba0fd

View file

@ -381,8 +381,6 @@ render_osd(struct server *server, cairo_t *cairo, int w, int h,
case LAB_FIELD_WINFO:
if (rc.window_switcher.all_workspaces) {
buf_add(&buf, (*view)->workspace->name);
} else {
buf_add(&buf, " ");
}
if ((*view)->maximized) {
buf_add(&buf, " M ");