commit: a21ce6d65d74802b3b95ef3f5a21c7ad48949fbd
parent 1259a23907c7c4952a51cbafe89399fd4b623b99
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 20 Oct 2023 09:15:41 +0200
row-resize: New cursor
Diffstat:
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
@@ -84,12 +84,13 @@ printf 'Checking %s command existance ...' "${XCURSORGEN}"
command -v "${XCURSORGEN}" >/dev/null ; required
CURSORS='
-text
arrow
+text
pointer
help
-vertical-text
+row-resize
col-resize
+vertical-text
'
NAME=ultrasharp
diff --git a/row-resize.cfg b/row-resize.cfg
@@ -0,0 +1 @@
+16 8 8 row-resize.png
+\ No newline at end of file
diff --git a/row-resize.png b/row-resize.png
Binary files differ.