From 6bb93b5bf111bc57640f991ff90028c41dcef26e 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 042fbcc..0da8375 100644 --- a/config.def.h +++ b/config.def.h @@ -752,5 +752,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 a7fc6ff..623f4d7 100644 --- a/patches.def.h +++ b/patches.def.h @@ -366,7 +366,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.35.1