diff options
| author | Nikita Langer <nikitalanger@icloud.com> | 2026-07-12 23:37:34 +0200 |
|---|---|---|
| committer | Nikita Langer <nikitalanger@icloud.com> | 2026-07-12 23:37:34 +0200 |
| commit | 86dc7aba3b7371623786960857c302acf3fbf6da (patch) | |
| tree | 7f6860020cd605715f69753921d9b7b9f177545a /config.def.h | |
| parent | 6c258f9ab388e0ce3f77e655a8dbc2bba22e17fb (diff) | |
| download | dwm-86dc7aba3b7371623786960857c302acf3fbf6da.tar.gz dwm-86dc7aba3b7371623786960857c302acf3fbf6da.tar.bz2 dwm-86dc7aba3b7371623786960857c302acf3fbf6da.tar.xz dwm-86dc7aba3b7371623786960857c302acf3fbf6da.zip | |
pertag
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 9ae0ca2..f84509e 100644 --- a/config.def.h +++ b/config.def.h @@ -91,7 +91,7 @@ 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 lockfullscreen = 1; /* 1 will force focus on the fullscreen window */ laptop( -static const int refreshrate = 120; /* refresh rate (per second) for client move/resize */ +static const int refreshrate = 60; /* refresh rate (per second) for client move/resize */ ) komputer( static const int refreshrate = 300; /* refresh rate (per second) for client move/resize */ |
