summaryrefslogtreecommitdiff
path: root/src/usercfg.h
diff options
context:
space:
mode:
authoruint23 <[email protected]>2025-04-17 12:50:13 +0100
committeruint23 <[email protected]>2025-04-17 12:50:13 +0100
commitc1aa40459115b5476726abd8ab793d57d4523bd0 (patch)
treeeeb319b146b098bd86652bd6ae923217c3e9cc06 /src/usercfg.h
parentbd49afd48693fd604d1b9a32c49c73f36f8e11a7 (diff)
snap borders and release time ( less cpu usage)
Diffstat (limited to 'src/usercfg.h')
-rw-r--r--src/usercfg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usercfg.h b/src/usercfg.h
index 88513e3..b5ed815 100644
--- a/src/usercfg.h
+++ b/src/usercfg.h
@@ -9,6 +9,8 @@
#define BORDER_UFOC_COL "#FF4439" // the border color when unfocused
#define GAPS 10 // how many pixels wide the border is
#define MASTER_WIDTH 0.6 // how much of the screen the master window takes up (0.0-1.0)
+#define MOTION_THROTTLE 144 // set this to your screen refreshrate
+#define SNAP_DISTANCE 5 // snap distance
static const char *termcmd[] = {"st", NULL};