commit: 0051cc7fabc4fa0fdfe68a9ee7ca7adbf801fb94
parent d68cfde0b487f21d298fe6038d39e5b2ad69e9bb
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 9 May 2022 11:17:04 +0200
pointer: move to arrow
Diffstat:
6 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/Makefile b/Makefile
@@ -6,7 +6,7 @@ DATADIR ?= $(PREFIX)/share
ICONDIR ?= $(DATADIR)/icons
XCURSORDIR = $(ICONDIR)/$(NAME)/cursors
-all: cursors.mk cursors/text cursors/pointer cursors/vertical-text
+all: cursors.mk cursors/text cursors/arrow cursors/vertical-text
include cursors.mk
diff --git a/arrow.cfg b/arrow.cfg
@@ -0,0 +1 @@
+16 0 0 arrow.png
+\ No newline at end of file
diff --git a/pointer.png b/arrow.png
Binary files differ.
diff --git a/cursors/arrow b/cursors/arrow
@@ -1 +0,0 @@
-pointer
-\ No newline at end of file
diff --git a/cursors/pointer b/cursors/arrow
Binary files differ.
diff --git a/pointer.cfg b/pointer.cfg
@@ -1 +0,0 @@
-16 0 0 pointer.png
-\ No newline at end of file