From 29a67d193e8dbbb8985fbef4cc6f24589947b869 Mon Sep 17 00:00:00 2001 From: uint23 Date: Sat, 19 Apr 2025 20:57:18 +0100 Subject: adding workspace support --- src/usercfg.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/usercfg.h') diff --git a/src/usercfg.h b/src/usercfg.h index b364540..f7cdb69 100644 --- a/src/usercfg.h +++ b/src/usercfg.h @@ -38,6 +38,11 @@ * How many pixels away from the screen * until the window *snaps* to the edge * + * NUM_WORKSPACES (int): + * This is how many workspaces you want + * in this window manager. Best to leave + * it default (9). + * * ———————————————————————————————————————————* */ @@ -51,6 +56,8 @@ #define MOTION_THROTTLE 60 #define SNAP_DISTANCE 5 +#define NUM_WORKSPACES 9 + /* * ————————————< Keys & Bindins >—————————————* * -- cgit v1.2.3