diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-11-17 22:48:31 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-11-17 22:48:31 +0100 |
| commit | 4adbbf8b563aac825e3f5ca341ac30a1fbda50d9 (patch) | |
| tree | 1fdcecd7cfcc8ce7f3dac88075268ee1218e7b21 /config.h | |
| parent | 19919ac75a8db5886d3128a668b3eae26b31e5fa (diff) | |
disabled resizehints
Diffstat (limited to 'config.h')
| -rwxr-xr-x | config.h | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -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" |
