diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-08-23 19:41:46 +0100 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-08-23 19:41:46 +0100 |
| commit | 690bc98984f132346cc4dfb46a277e89c7e559a7 (patch) | |
| tree | 629cb50a177396c8b862563c58182f8d34475a20 /config.h | |
| parent | 087c298adf198b3138148cae5981c0962e9fcba1 (diff) | |
add resizehere patch
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"; |
