summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorstderr64 <stderr64@null.net>2026-04-09 03:33:24 +0300
committerstderr64 <stderr64@null.net>2026-04-09 03:33:24 +0300
commitb42eb1c79a3eb256ff8336a09a94962b22c26ae6 (patch)
treeae84df56c7c351307089d4c0e46d94cda5941988 /config.h
parent19fef90e66d92760c3c073fba41216a69509ce57 (diff)
downloaddwm_custom-b42eb1c79a3eb256ff8336a09a94962b22c26ae6.tar.gz
dwm_custom-b42eb1c79a3eb256ff8336a09a94962b22c26ae6.tar.zst
Changed refresh rate to match actual monitor and fixed font names
Diffstat (limited to 'config.h')
-rw-r--r--config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.h b/config.h
index 24234e9..c1d3ec2 100644
--- a/config.h
+++ b/config.h
@@ -39,11 +39,11 @@ static const Rule rules[] = {
};
/* layout(s) */
-static const float mfact = 0.55; /* factor of master area size [0.05..0.95] */
+static const float mfact = 0.50; /* 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 */
+static const int refreshrate = 75; /* refresh rate (per second) for client move/resize */
static const Layout layouts[] = {
/* symbol arrange function */
@@ -75,7 +75,7 @@ static const char *termcmd[] = {
"-T",
"Terminal",
"-fa",
- "Inconsolata:regular:size=16",
+ "Inconsolata Medium:regular:size=14",
"-geometry",
"80x25",
"+sb",