aboutsummaryrefslogtreecommitdiff
path: root/dwm/config.h
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-09-16 23:03:20 +0200
committerpml68 <contact@pml68.dev>2025-09-16 23:05:32 +0200
commit74ba864107d69b7674b14d5f6cb6a173987c0793 (patch)
tree537fc12713850f56a2a5cbfce5c191aa308d4340 /dwm/config.h
parentchore: sync st with upstream (diff)
downloadsuckless-setup-74ba864107d69b7674b14d5f6cb6a173987c0793.tar.gz
chore: sync dwm with upstream
Diffstat (limited to '')
-rw-r--r--dwm/config.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/dwm/config.h b/dwm/config.h
index 2643f40..c2df15c 100644
--- a/dwm/config.h
+++ b/dwm/config.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 */