summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2026-01-31 19:36:12 -0700
committerChristian Kolset <christian.kolset@gmail.com>2026-01-31 19:36:38 -0700
commit4b08a81dedf169b1dd70da951a64be612b4b75e6 (patch)
tree0d6d893244d34b2252dbd4ca2b664871f97aebfc /config.h
parent5d984affdafe9e7f46855ebe53761aebd6b8c8b9 (diff)
Applied dwm-attachdirection patch manually.
Allows for easy switching between: - attachbelow - attachabove - attachaside - attachtop - attachbottom - default using config.h
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 1bb45cc..aaa4501 100644
--- a/config.h
+++ b/config.h
@@ -71,6 +71,7 @@ static const Rule rules[] = {
static float mfact = 0.55; /* factor of master area size [0.05..0.95] */
static int nmaster = 1; /* number of clients in master area */
static int resizehints = 0; /* 1 means respect size hints in tiled resizals */
+static const int attachdirection = 3; /* 0 default, 1 above, 2 aside, 3 below, 4 bottom, 5 top */
static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */
#define FORCE_VSPLIT 1 /* nrowgrid layout: force two clients to always split vertically */
#include "vanitygaps.c"