| Crates.io | xcursorlocate |
| lib.rs | xcursorlocate |
| version | 0.1.1 |
| created_at | 2019-11-30 11:31:16.704316+00 |
| updated_at | 2019-11-30 11:31:16.704316+00 |
| description | cursor location indicator for X11 |
| homepage | https://github.com/nerdypepper/xcursorlocate |
| repository | https://github.com/nerdypepper/xcursorlocate |
| max_upload_size | |
| id | 185523 |
| size | 347,634 |
cursor location indicator for x11

to build xcursorlocate, you require the libxcb-devel
package (please follow these instructions to install cargo and rust).
$ git clone https://github.com/nerdypepper/xcursorlocate
$ cd xcursorlocate
$ cargo install --force --path ./
# make sure to add ~/.cargo/bin to your $PATH
have your window manager trigger xcursorlocate on a key
press, i use sxhkd to handle key bindings:
# ~/.config/sxhkd/sxhkdrc
ctrl + Escape:
xcursorlocate
xcursorlocate is configured via a .toml file, which is
present in $XDG_CONFIG_HOME/xcursorlocate. a basic config
is generated on first run, a sample config can be found in
the examples directory.
:(
$ rm -rf xcursorlocate/
$ rm -rf ~/.config/xcursorlocate/
$ rm -f $HOME/.cargo/bin/xcursorlocate
xrender for smooth circles