sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit a9c02b2ccc1ce05cab6d3f1ec87971762d3c432d
parent 5c7145c0f0e3d03a5c085eb54fd27c5e8470ee6b
Author: Martin Tournoij <martin@arp242.net>
Date:   Fri, 28 Dec 2018 11:43:06 +1300

st/hidecursor: mention xbanish as alternative

Arguably it's a better way to achieve this. It's a small suckless-style
program, and I think it's useful to mention as a possible alternative.

Diffstat:
Mst.suckless.org/patches/hidecursor/index.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/st.suckless.org/patches/hidecursor/index.md b/st.suckless.org/patches/hidecursor/index.md @@ -7,6 +7,8 @@ Description Hide the X cursor whenever a key is pressed and show it back when the mouse is moved in the terminal window. +An alternative to this patch might be [xbanish](https://github.com/jcs/xbanish). + Download --------