From d2194f2bf837070c04f24ae4e91d5572e363a231 Mon Sep 17 00:00:00 2001 From: Akshay Date: Fri, 29 Nov 2019 23:07:26 +0530 Subject: pretti --- readme.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index f51fd68..0cb95a1 100644 --- a/readme.md +++ b/readme.md @@ -4,9 +4,9 @@ ![preview.gif](screencap.gif) -# install +### install -to build, `xcursorlocate`, you require the `libxcb-devel` +to build `xcursorlocate`, you require the `libxcb-devel` package. ```shell $ git clone https://github.com/nerdypepper/xcursorlocate @@ -14,7 +14,7 @@ $ cd xcursorlocate $ cargo install --force --path ./ ``` -# usage +### usage have your window manager trigger `xcursorlocate` on a key press, i use `sxhkd` to handle key bindings: @@ -24,14 +24,14 @@ ctrl + Escape: xcursorlocate ``` -# configuration +### configuration `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`](./examples/sample_config.toml) directory. -# uninstall +### uninstall :( @@ -41,7 +41,7 @@ $ rm -rf ~/.config/xcursorlocate/ $ rm -f $HOME/.cargo/bin/xcursorlocate ``` -# todo: +### todo: - use `xrender` for smooth circles - use opengl for fancy fx maybe? -- cgit v1.2.3