From 56aba76874efb3bb5914d8eaf9e356057113aea7 Mon Sep 17 00:00:00 2001 From: spinach <19keegandeppe@gmail.com> Date: Mon, 17 Apr 2023 15:15:01 -0400 Subject: [PATCH] added default undercurls to all profiles --- desktop.h | 2 +- thinkpad.h | 9 +++++++++ work.h | 9 +++++++++ 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/desktop.h b/desktop.h index 705e156..df40a68 100644 --- a/desktop.h +++ b/desktop.h @@ -78,7 +78,7 @@ static unsigned int cursorthickness = 2; #define UNDERCURL_SPIKY 1 #define UNDERCURL_CAPPED 2 // active -#define UNDERCURL_STYLE UNDERCURL_CAPPED +#define UNDERCURL_STYLE UNDERCURL_SPIKY /* * bell volume. It must be a value between -100 and 100. Use 0 for disabling diff --git a/thinkpad.h b/thinkpad.h index 32d6ec0..bbb5f9d 100644 --- a/thinkpad.h +++ b/thinkpad.h @@ -67,6 +67,15 @@ static unsigned int blinktimeout = 800; */ static unsigned int cursorthickness = 2; +/* + * Undercurl styling + */ +#define UNDERCURL_CURLY 0 +#define UNDERCURL_SPIKY 1 +#define UNDERCURL_CAPPED 2 +// active +#define UNDERCURL_STYLE UNDERCURL_SPIKY + /* * bell volume. It must be a value between -100 and 100. Use 0 for disabling * it diff --git a/work.h b/work.h index c2f5e81..690dd33 100644 --- a/work.h +++ b/work.h @@ -67,6 +67,15 @@ static unsigned int blinktimeout = 800; */ static unsigned int cursorthickness = 2; +/* + * Undercurl styling + */ +#define UNDERCURL_CURLY 0 +#define UNDERCURL_SPIKY 1 +#define UNDERCURL_CAPPED 2 +// active +#define UNDERCURL_STYLE UNDERCURL_SPIKY + /* * bell volume. It must be a value between -100 and 100. Use 0 for disabling * it