You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
388 B
Plaintext
9 lines
388 B
Plaintext
stint - simple, suckless-style color grabber for X11
|
|
|
|
When run, waits for the user to press the left mouse button. As long as the
|
|
button is held down, it will continue to print the color under the pointer in
|
|
decimal "RRR GGG BBB" format. If a `-x` flag is provided, output will instead
|
|
be printed in hexadecimal "#RRGGBB" format. Exits when the button is released.
|
|
|
|
Dependencies: Xlib
|