From 690bc98984f132346cc4dfb46a277e89c7e559a7 Mon Sep 17 00:00:00 2001 From: ProsperousPotato Date: Sat, 23 Aug 2025 19:41:46 +0100 Subject: add resizehere patch --- config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h') diff --git a/config.h b/config.h index 9df8a41..156ff33 100644 --- a/config.h +++ b/config.h @@ -7,6 +7,7 @@ /* appearance */ static const unsigned int borderpx = 3; /* border pixel of windows */ static const unsigned int snap = 12; /* snap pixel */ +static const int refreshrate = 120; static const int swallowfloating = 1; /* 1 means swallow floating windows by default */ static const int mouse_default = 0; /* 1 means enable mouse by default */ static const char col_gray1[] = "#000000"; -- cgit v1.2.3