diff options
| author | stderr64 <stderr64@null.net> | 2026-04-09 03:33:24 +0300 |
|---|---|---|
| committer | stderr64 <stderr64@null.net> | 2026-04-09 03:33:24 +0300 |
| commit | b42eb1c79a3eb256ff8336a09a94962b22c26ae6 (patch) | |
| tree | ae84df56c7c351307089d4c0e46d94cda5941988 /config.h | |
| parent | 19fef90e66d92760c3c073fba41216a69509ce57 (diff) | |
| download | dwm_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.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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", |
