From 4adbbf8b563aac825e3f5ca341ac30a1fbda50d9 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Thu, 17 Nov 2022 22:48:31 +0100 Subject: disabled resizehints --- config.h | 13 +++++++------ dwm | Bin 75160 -> 75160 bytes dwm.o | Bin 64104 -> 64280 bytes 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/config.h b/config.h index a0933b8..e1af52d 100755 --- a/config.h +++ b/config.h @@ -33,17 +33,18 @@ static const Rule rules[] = { * WM_CLASS(STRING) = instance, class * WM_NAME(STRING) = title */ - /* class instance title tags mask isfloating isterminal noswallow monitor */ - { "Gimp", NULL, NULL, 0, 1, 0, 0, -1 }, - { "Firefox", NULL, NULL, 1 << 8, 0, 0, -1, -1 }, - { "kitty", NULL, NULL, 0, 0, 1, 0, -1 }, - { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */ + /* class instance title tags mask isfloating isterminal noswallow monitor */ + { "Gimp", NULL, NULL, 0, 1, 0, 0, -1 }, + { "Firefox", NULL, NULL, 1 << 8, 0, 0, -1, -1 }, + { "kitty", NULL, NULL, 0, 0, 1, 0, -1 }, + { "st-256color", NULL, NULL, 0, 0, 1, 0, -1 }, + { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */ }; /* 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 */ #include "vanitygaps.c" diff --git a/dwm b/dwm index 8951708..bdbc3da 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.o b/dwm.o index b9b1ded..e2d49f7 100644 Binary files a/dwm.o and b/dwm.o differ -- cgit v1.2.3