-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add appearance customization options
- Loading branch information
Showing
4 changed files
with
87 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,14 +11,30 @@ slurp - select a region in a Wayland compositor | |
# SYNOPSIS | ||
|
||
slurp is a command-line utility to select a region from Wayland compositors | ||
which support the layer-shell protocol. It lets the user hold his pointer to | ||
which support the layer-shell protocol. It lets the user hold the pointer to | ||
select, or click to cancel the selection. | ||
|
||
# OPTIONS | ||
|
||
*-h* | ||
Show help message and quit. | ||
|
||
*-b* _color_ | ||
Set background color. See *COLORS* for more detail. | ||
|
||
*-c* _color_ | ||
Set border color. See *COLORS* for more detail. | ||
|
||
*-s* _color_ | ||
Set selection color. See *COLORS* for more detail. | ||
|
||
*-w* _weight_ | ||
Set border weight. | ||
|
||
# COLORS | ||
|
||
Colors may be specified in #RRGGBB or #RRGGBBAA format. The # is optional. | ||
|
||
# AUTHORS | ||
|
||
Maintained by Simon Ser <[email protected]>, who is assisted by other | ||
|