diff options
| author | pml68 <contact@pml68.dev> | 2025-09-16 23:03:20 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-09-16 23:05:32 +0200 |
| commit | 74ba864107d69b7674b14d5f6cb6a173987c0793 (patch) | |
| tree | 537fc12713850f56a2a5cbfce5c191aa308d4340 /dwm/config.def.h | |
| parent | chore: sync st with upstream (diff) | |
| download | suckless-setup-74ba864107d69b7674b14d5f6cb6a173987c0793.tar.gz | |
chore: sync dwm with upstream
Diffstat (limited to 'dwm/config.def.h')
| -rw-r--r-- | dwm/config.def.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dwm/config.def.h b/dwm/config.def.h index 2643f40..c2df15c 100644 --- a/dwm/config.def.h +++ b/dwm/config.def.h @@ -45,10 +45,9 @@ 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 = - 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 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 */ static const Layout layouts[] = { /* symbol arrange function */ |
