From 4b08a81dedf169b1dd70da951a64be612b4b75e6 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Sat, 31 Jan 2026 19:36:12 -0700 Subject: Applied dwm-attachdirection patch manually. Allows for easy switching between: - attachbelow - attachabove - attachaside - attachtop - attachbottom - default using config.h --- config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h') 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" -- cgit v1.2.3