add variable main stack size

This commit is contained in:
2026-04-04 16:59:31 +07:00
parent b92d1c1b02
commit 7601b86450
2 changed files with 33 additions and 10 deletions
+2 -1
View File
@@ -9,7 +9,8 @@
static const float focused_border_color[4] = {0.88, 0.18, 0.18, 1.0};
static const float unfocused_border_color[4] = {0.18, 0.18, 0.18, 1.0};
#define ABSINTHE_MAIN_TOPLEVEL_WIDTH 0.5
#define ABSINTHE_MAIN_STACK_WIDTH 0.5
#define ABSINTHE_MAIN_STACK_SIZE 2
#define ABSINTHE_OUTPUT_GAP 10
#define ABSINTHE_LAYOUT_GAP 10