File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 33Highlight mouse pointer/cursor using a dot - useful for presentations,
44screen sharing, ...
55
6+ (Walyand not supported, unfortunately. This is a small x11-only utility)
7+
68## Demo
79
810![ ] ( demo.gif )
6062 -h, --help show this help message
6163
6264DISPLAY OPTIONS
63- -c, --released-color COLOR dot color when mouse button released [default: #d62728]
64- -p, --pressed-color COLOR dot color when mouse button pressed [default: #1f77b4]
65+ -c, --released-color COLOR dot color when mouse button released [default: ' #d62728' ]
66+ -p, --pressed-color COLOR dot color when mouse button pressed [default: ' #1f77b4' ]
6567 -o, --outline OUTLINE line width of outline or 0 for filled dot [default: 0]
6668 -r, --radius RADIUS dot radius in pixels [default: 5]
6769 --opacity OPACITY window opacity (0.0 - 1.0) [default: 1.0]
Original file line number Diff line number Diff line change @@ -495,8 +495,8 @@ static void print_usage(const char* name) {
495495 " -h, --help show this help message\n"
496496 "\n"
497497 "DISPLAY OPTIONS\n"
498- " -c, --released-color COLOR dot color when mouse button released [default: #d62728]\n"
499- " -p, --pressed-color COLOR dot color when mouse button pressed [default: #1f77b4]\n"
498+ " -c, --released-color COLOR dot color when mouse button released [default: ' #d62728' ]\n"
499+ " -p, --pressed-color COLOR dot color when mouse button pressed [default: ' #1f77b4' ]\n"
500500 " -o, --outline OUTLINE line width of outline or 0 for filled dot [default: 0]\n"
501501 " -r, --radius RADIUS dot radius in pixels [default: 5]\n"
502502 " --opacity OPACITY window opacity (0.0 - 1.0) [default: 1.0]\n"
You can’t perform that action at this time.
0 commit comments