suckless

my personal suckless patches and customisation (dwm, st, dmenu).
Log | Files | Refs | README

commit bbb3ee6b37d294746d36811e81413be5284df5b7
parent 254c21c198120f6af24abfea6a94d51c8fe933bc
Author: Cori Barker <coribarker2@gmail.com>
Date:   Thu, 19 Feb 2026 22:19:16 +0000

[dwm] fixed resizing causing issues with emacs

Diffstat:
Mdwm/config.h | 2+-
Mdwm/dwm | 0
Mdwm/dwm.o | 0
3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dwm/config.h b/dwm/config.h @@ -35,7 +35,7 @@ static const Rule rules[] = { /* layout(s) */ static const float mfact = 0.55; /* factor of master area size [0.05..0.95] */ static const int nmaster = 1; /* number of clients in master area */ -static const int resizehints = 1; /* 1 means respect size hints in tiled resizals */ +static const int resizehints = 0; /* 1 means respect size hints in tiled resizals */ static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */ static const int refreshrate = 120; /* refresh rate (per second) for client move/resize */ diff --git a/dwm/dwm b/dwm/dwm Binary files differ. diff --git a/dwm/dwm.o b/dwm/dwm.o Binary files differ.