From b42eb1c79a3eb256ff8336a09a94962b22c26ae6 Mon Sep 17 00:00:00 2001 From: stderr64 Date: Thu, 9 Apr 2026 03:33:24 +0300 Subject: Changed refresh rate to match actual monitor and fixed font names --- config.h | 8 ++++---- 1 file 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", -- cgit v1.3.1-10-gc9f91