aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorAkshay <[email protected]>2019-11-29 17:37:26 +0000
committerAkshay <[email protected]>2019-11-29 17:37:26 +0000
commitd2194f2bf837070c04f24ae4e91d5572e363a231 (patch)
tree34ef964bcec5af9485411d6191400e363c2e1d48 /readme.md
parent2e1a2f6d8ad20771758049dc680323078898f8b7 (diff)
pretti
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/readme.md b/readme.md
index f51fd68..0cb95a1 100644
--- a/readme.md
+++ b/readme.md
@@ -4,9 +4,9 @@
4 4
5![preview.gif](screencap.gif) 5![preview.gif](screencap.gif)
6 6
7# install 7### install
8 8
9to build, `xcursorlocate`, you require the `libxcb-devel` 9to build `xcursorlocate`, you require the `libxcb-devel`
10package. 10package.
11```shell 11```shell
12$ git clone https://github.com/nerdypepper/xcursorlocate 12$ git clone https://github.com/nerdypepper/xcursorlocate
@@ -14,7 +14,7 @@ $ cd xcursorlocate
14$ cargo install --force --path ./ 14$ cargo install --force --path ./
15``` 15```
16 16
17# usage 17### usage
18 18
19have your window manager trigger `xcursorlocate` on a key 19have your window manager trigger `xcursorlocate` on a key
20press, i use `sxhkd` to handle key bindings: 20press, i use `sxhkd` to handle key bindings:
@@ -24,14 +24,14 @@ ctrl + Escape:
24 xcursorlocate 24 xcursorlocate
25``` 25```
26 26
27# configuration 27### configuration
28 28
29`xcursorlocate` is configured via a `.toml` file, which is 29`xcursorlocate` is configured via a `.toml` file, which is
30present in `$XDG_CONFIG_HOME/xcursorlocate`. a basic config 30present in `$XDG_CONFIG_HOME/xcursorlocate`. a basic config
31is generated on first run, a sample config can be found in 31is generated on first run, a sample config can be found in
32the [`examples`](./examples/sample_config.toml) directory. 32the [`examples`](./examples/sample_config.toml) directory.
33 33
34# uninstall 34### uninstall
35 35
36:( 36:(
37 37
@@ -41,7 +41,7 @@ $ rm -rf ~/.config/xcursorlocate/
41$ rm -f $HOME/.cargo/bin/xcursorlocate 41$ rm -f $HOME/.cargo/bin/xcursorlocate
42``` 42```
43 43
44# todo: 44### todo:
45 45
46 - use `xrender` for smooth circles 46 - use `xrender` for smooth circles
47 - use opengl for fancy fx maybe? 47 - use opengl for fancy fx maybe?