Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit b401b4c

Browse files
committedJan 31, 2024
prepare v1.2.2
- fix missing cursors on XFCE4 (#1). - fix wrong symlinks to single direction resize cursors.
1 parent 529fccb commit b401b4c

12 files changed

+16
-13
lines changed
 

‎README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<p align="center">
22
<img src="ornament.webp" alt="" />
33
</p>
4-
<h1 align="center">⊼⊵⊼⊵&ensp;xcapy&ensp;⊼⊵⊼⊵</h1>
4+
<h1 align="center">≥v≥v&ensp;xcapy&ensp;≥v≥v</h1>
55
<p align="center">
6-
<img src="https://img.shields.io/github/license/skippyr/xcapy?style=plastic&label=%E2%8A%B5%20license&labelColor=%2324130e&color=%23b8150d" alt="" />
6+
<img src="https://img.shields.io/github/license/skippyr/xcapy?style=plastic&label=%E2%89%A5%20license&labelColor=%2324130e&color=%23b8150d" alt="" />
77
&nbsp;
8-
<img src="https://img.shields.io/github/v/tag/skippyr/xcapy?style=plastic&label=%E2%8A%B5%20tag&labelColor=%2324130e&color=%23b8150d" alt="" />
8+
<img src="https://img.shields.io/github/v/tag/skippyr/xcapy?style=plastic&label=%E2%89%A5%20tag&labelColor=%2324130e&color=%23b8150d" alt="" />
99
&nbsp;
10-
<img src="https://img.shields.io/github/commit-activity/t/skippyr/xcapy?style=plastic&label=%E2%8A%B5%20commits&labelColor=%2324130e&color=%23b8150d" alt="" />
10+
<img src="https://img.shields.io/github/commit-activity/t/skippyr/xcapy?style=plastic&label=%E2%89%A5%20commits&labelColor=%2324130e&color=%23b8150d" alt="" />
1111
&nbsp;
12-
<img src="https://img.shields.io/github/stars/skippyr/xcapy?style=plastic&label=%E2%8A%B5%20stars&labelColor=%2324130e&color=%23b8150d" alt="" />
12+
<img src="https://img.shields.io/github/stars/skippyr/xcapy?style=plastic&label=%E2%89%A5%20stars&labelColor=%2324130e&color=%23b8150d" alt="" />
1313
</p>
1414

1515
## ❡ About
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
progress

‎src/symlinks/bottom_side

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ns-resize
1+
sb_down_arrow

‎src/symlinks/dnd-link

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
link

‎src/symlinks/dnd-move

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
grabbing

‎src/symlinks/e-resize

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ew-resize
1+
sb_right_arrow

‎src/symlinks/left_side

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ew-resize
1+
sb_left_arrow

‎src/symlinks/n-resize

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ns-resize
1+
sb_up_arrow

‎src/symlinks/right_side

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ew-resize
1+
sb_right_arrow

‎src/symlinks/s-resize

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ns-resize
1+
sb_down_arrow

‎src/symlinks/top_side

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ns-resize
1+
sb_up_arrow

‎src/symlinks/w-resize

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ew-resize
1+
sb_left_arrow

0 commit comments

Comments
 (0)