diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2026-01-31 19:36:12 -0700 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2026-01-31 19:36:38 -0700 |
| commit | 4b08a81dedf169b1dd70da951a64be612b4b75e6 (patch) | |
| tree | 0d6d893244d34b2252dbd4ca2b664871f97aebfc /config.h | |
| parent | 5d984affdafe9e7f46855ebe53761aebd6b8c8b9 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
