From 8cbadb61604667b407b53ee1258433994fa4765a Mon Sep 17 00:00:00 2001 From: coasteen Date: Thu, 9 Jul 2026 10:42:28 +0330 Subject: init --- dwl/dwl-patches/patches/cursortheme/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 dwl/dwl-patches/patches/cursortheme/README.md (limited to 'dwl/dwl-patches/patches/cursortheme/README.md') diff --git a/dwl/dwl-patches/patches/cursortheme/README.md b/dwl/dwl-patches/patches/cursortheme/README.md new file mode 100755 index 0000000..ac94800 --- /dev/null +++ b/dwl/dwl-patches/patches/cursortheme/README.md @@ -0,0 +1,17 @@ +### Description +Adds ability to change cursor's theme and size. + +```c +static const char *cursor_theme = NULL; +static const char cursor_size[] = "24"; /* Make sure it's a valid integer, otherwise things will break */ +``` + +### Download +- [git branch](https://codeberg.org/wochap/dwl/src/branch/v0.5/cursortheme) +- [2024-07-09](https://codeberg.org/dwl/dwl-patches/raw/commit/13d96b51b54500dd24544cf3a73c61b7a1414bc6/patches/cursortheme/cursortheme.patch) +- [2024-04-11](https://codeberg.org/dwl/dwl-patches/raw/commit/b828e21717fa584affeb3245359c3ab615759fa4/cursortheme/cursortheme.patch) +- [v0.5](https://codeberg.org/dwl/dwl-patches/raw/commit/c676de59d51e613bd52ac46c77a24b1cac9a61a1/cursortheme/cursortheme.patch) + +### Authors +- [wochap](https://codeberg.org/wochap) +- [egorguslyan](https://github.com/egorguslyan) -- cgit v1.2.3