commit df9c174d6e472ebac7511425811445025abce8e2
parent 9e8f86b7d61bfdd0fd59b977ee16825623ee0155
Author: Riaz <riaz@riazj.com>
Date: Tue, 18 Feb 2025 11:25:02 -0800
rocks: Add xhidecursor
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/suckless.org/rocks/index.md b/suckless.org/rocks/index.md
@@ -275,6 +275,7 @@ This covers most console-based programs and programs from
* [wjt](https://github.com/ianremmler/wjt) - A slider widget for X.
* [wmutils](https://github.com/wmutils/core) - A set of utilities for managing windows. Can be used on their own or to augment a WM itself. Support for tiling present.
* [xbanish](https://github.com/jcs/xbanish) - Hide the cursor while typing.
+* [xhidecursor](https://github.com/astier/xhidecursor) - xbanish but simpler.
* [xclip](https://github.com/astrand/xclip) - A tool for controlling the X11 clipboard.
* [xdotool](http://www.semicomplete.com/projects/xdotool/) - A tool for scripting X11 actions.
* [xdo](https://github.com/baskerville/xdo) - Similar to xdotool but it's smaller and has a much cleaner codebase.