Improve README

pull/9/head v1.1
Martin Tournoij 6 years ago
parent eea197fbe1
commit 4a92f61bdf
No known key found for this signature in database
GPG Key ID: A6258419189EE585

@ -8,7 +8,7 @@ feature found in Windows XP (and possibly later?)
Using it
========
Compile it by typing `make`. Run `find-cursor -h to see some options for
Compile it by typing `make`. Run `find-cursor -h` to see some options for
controlling the appearance.
- The author runs it with [`xcape`][xcape]:
@ -18,12 +18,12 @@ controlling the appearance.
When Left shift is tapped, a Keypad Add is sent I don't have a numpad on my
keyboard which we can then use to launch the program.
- I configured my window manager (PekWM) to pick up Numpad Add and launch this:
I configured my window manager (PekWM) to pick up Numpad Add and launch this:
KeyPress = "KP_Add" { Actions = "Exec find-cursor" }
I'm not going to include instructions for every window manager out there.
I'm sure you can figure out how to use it with your WM ;-) You can also use
I'm not going to include instructions for every window manager out there. I'm
sure you can figure out how to use it with your WM ;-) You can also use
[`xbindkeys`](xbindkeys), which should work with `$any` window manager.
- You may want to disable shadows if you use compton or some other composite

Loading…
Cancel
Save