Skip to content

Commit 9938055

Browse files
committed
fix n workspaces
1 parent 6707b27 commit 9938055

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stage.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ struct stage_view {
192192
};
193193

194194
#define N_SLOTS 5
195-
#define N_WORKSPACES 32
195+
#define N_WORKSPACES 16
196196

197197
#ifdef STAGE_DEV
198198
#define STAGE_MODIFIER WLR_MODIFIER_ALT
@@ -844,7 +844,7 @@ notify_ws_change(int oldws, int newws)
844844
snprintf(cur, 3, "!%c", ws->name);
845845
cur += 2;
846846
}
847-
#if 0
847+
#if 1
848848
else if (!wl_list_empty(&ws->views)) {
849849
if (i == oldws) {
850850
snprintf(cur, 3, "?%c", ws->name);

0 commit comments

Comments
 (0)