From 180611bed53b94638dc05d9ff3571f7ee77442a3 Mon Sep 17 00:00:00 2001 From: odrling Date: Fri, 27 May 2022 00:38:36 +0200 Subject: [PATCH 09/13] undercurl --- config.def.h | 2 +- patches.def.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index 5549bff..9e6f82a 100644 --- a/config.def.h +++ b/config.def.h @@ -763,5 +763,5 @@ static char *plumb_cmd = "plumb"; #define UNDERCURL_SPIKY 1 #define UNDERCURL_CAPPED 2 // Active style -#define UNDERCURL_STYLE UNDERCURL_SPIKY +#define UNDERCURL_STYLE UNDERCURL_CAPPED #endif // UNDERCURL_PATCH diff --git a/patches.def.h b/patches.def.h index 0e650b0..aaed7d2 100644 --- a/patches.def.h +++ b/patches.def.h @@ -357,7 +357,7 @@ * * https://st.suckless.org/patches/undercurl/ */ -#define UNDERCURL_PATCH 0 +#define UNDERCURL_PATCH 1 /* Allows mouse scroll without modifier keys for regardless of alt screen using the external * scroll program. -- 2.37.2