summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-13 01:31:11 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-13 01:31:11 +0200
commit693297ea06a7e59b2c97846d2332991ab05f3feb (patch)
tree0bafe87e42395447995d3dbaed10bac3ec4d4d9d
parentb8f89701c656aa4d57cbcfdcf91a9b4797e3651a (diff)
Update curly style
-rw-r--r--config.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/config.h b/config.h
index ca246ab..4924b86 100644
--- a/config.h
+++ b/config.h
@@ -1,5 +1,10 @@
/* See LICENSE file for copyright and license details. */
+#define UNDERCURL_CURLY 0
+#define UNDERCURL_SPIKY 1
+#define UNDERCURL_CAPPED 2
+#define UNDERCURL_STYLE UNDERCURL_CURLY
+
/*
* appearance
*
@@ -12,10 +17,6 @@ static char *font2[] = {
"JoyPixels:pixelsize=10:antialias=true:autohint=true"};
static int borderpx = 2;
-#define UNDERCURL_CURLY 0
-#define UNDERCURL_SPIKY 1
-#define UNDERCURL_CAPPED 2
-#define UNDERCURL_STYLE UNDERCURL_SPIKY
/*
* What program is execed by st depends of these precedence rules:
* 1: program passed with -e