1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-15 18:03:05 +00:00
This commit is contained in:
Rae 5e 2024-12-19 00:19:35 -05:00
parent 445ff01ac5
commit c1b9398d1b
859 changed files with 5951 additions and 6 deletions

View file

@ -0,0 +1,9 @@
#include <definitions>
__E_CFG_VERSION 1
NATIVE_CURSOR(DEFAULT, 255 255 255, 0 0 0, XC_LEFT_PTR)
NATIVE_CURSOR(MOVE, 255 255 255, 0 0 0, XC_FLEUR)
NATIVE_CURSOR(RESIZE_BR, 255 255 255, 0 0 0, XC_BOTTOM_RIGHT_CORNER)
NATIVE_CURSOR(RESIZE_TR, 255 255 255, 0 0 0, XC_BOTTOM_LEFT_CORNER)
NATIVE_CURSOR(RESIZE_V, 255 255 255, 0 0 0, XC_BOTTOM_SIDE)