From 86dc7aba3b7371623786960857c302acf3fbf6da Mon Sep 17 00:00:00 2001 From: Nikita Langer Date: Sun, 12 Jul 2026 23:37:34 +0200 Subject: pertag --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') 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 */ -- cgit