workspaces

This commit is contained in:
2026-05-11 12:46:20 +07:00
parent 13e4732f90
commit 431656f3a5
8 changed files with 75 additions and 63 deletions
+1
View File
@@ -159,6 +159,7 @@ setup(absn_server *server)
server->workspaces[i].name = workspaces[i];
server->workspaces[i].count = STACK_COUNT;
server->workspaces[i].size = STACK_SIZE;
server->workspaces[i].output = NULL;
}
unsetenv("DISPLAY");