commit: 321579817a357f1b834cce24a6c3866dfcd51fae
parent d8d1a489665465f05cbecf77162faacb0992f0c4
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Wed, 17 Apr 2024 17:58:30 +0200
{nw,ne,se,sw}-resize: new
Diffstat:
15 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -5,3 +5,7 @@
/e-resize.png
/n-resize.png
/s-resize.png
+
+/ne-resize.png
+/se-resize.png
+/sw-resize.png
diff --git a/configure b/configure
@@ -103,6 +103,10 @@ n-resize
s-resize
nesw-resize
nwse-resize
+nw-resize
+ne-resize
+sw-resize
+se-resize
vertical-text
zoom-in
zoom-out
@@ -146,6 +150,10 @@ build e-resize.png: flop w-resize.png
build n-resize.png: 90rot w-resize.png
build s-resize.png: flip n-resize.png
+build ne-resize.png: 90rot nw-resize.png
+build se-resize.png: 90rot ne-resize.png
+build sw-resize.png: 90rot se-resize.png
+
EOF
printf 'build all: phony'
diff --git a/cursors/bottom_left_corner b/cursors/bottom_left_corner
@@ -0,0 +1 @@
+sw-resize
+\ No newline at end of file
diff --git a/cursors/bottom_right_corner b/cursors/bottom_right_corner
@@ -0,0 +1 @@
+se-resize
+\ No newline at end of file
diff --git a/cursors/ne-resize b/cursors/ne-resize
Binary files differ.
diff --git a/cursors/nw-resize b/cursors/nw-resize
Binary files differ.
diff --git a/cursors/se-resize b/cursors/se-resize
Binary files differ.
diff --git a/cursors/sw-resize b/cursors/sw-resize
Binary files differ.
diff --git a/cursors/top_left_corner b/cursors/top_left_corner
@@ -0,0 +1 @@
+nw-resize
+\ No newline at end of file
diff --git a/cursors/top_right_corner b/cursors/top_right_corner
@@ -0,0 +1 @@
+ne-resize
+\ No newline at end of file
diff --git a/ne-resize.cfg b/ne-resize.cfg
@@ -0,0 +1 @@
+16 15 0 ne-resize.png
diff --git a/nw-resize.cfg b/nw-resize.cfg
@@ -0,0 +1 @@
+16 0 0 nw-resize.png
diff --git a/nw-resize.png b/nw-resize.png
Binary files differ.
diff --git a/se-resize.cfg b/se-resize.cfg
@@ -0,0 +1 @@
+16 15 15 se-resize.png
diff --git a/sw-resize.cfg b/sw-resize.cfg
@@ -0,0 +1 @@
+16 0 15 sw-resize.png