From 3b0b0f6177576d9f589ea3fc088c992449678428 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 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.35.1