diff options
author | Akshay <[email protected]> | 2019-11-29 17:37:26 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2019-11-29 17:37:26 +0000 |
commit | d2194f2bf837070c04f24ae4e91d5572e363a231 (patch) | |
tree | 34ef964bcec5af9485411d6191400e363c2e1d48 | |
parent | 2e1a2f6d8ad20771758049dc680323078898f8b7 (diff) |
pretti
-rw-r--r-- | readme.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -4,9 +4,9 @@ | |||
4 | 4 | ||
5 | ![preview.gif](screencap.gif) | 5 | ![preview.gif](screencap.gif) |
6 | 6 | ||
7 | # install | 7 | ### install |
8 | 8 | ||
9 | to build, `xcursorlocate`, you require the `libxcb-devel` | 9 | to build `xcursorlocate`, you require the `libxcb-devel` |
10 | package. | 10 | package. |
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 | ||
19 | have your window manager trigger `xcursorlocate` on a key | 19 | have your window manager trigger `xcursorlocate` on a key |
20 | press, i use `sxhkd` to handle key bindings: | 20 | press, 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 |
30 | present in `$XDG_CONFIG_HOME/xcursorlocate`. a basic config | 30 | present in `$XDG_CONFIG_HOME/xcursorlocate`. a basic config |
31 | is generated on first run, a sample config can be found in | 31 | is generated on first run, a sample config can be found in |
32 | the [`examples`](./examples/sample_config.toml) directory. | 32 | the [`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? |