-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README, man/wl-present: document wl-present --name option and env var
- Loading branch information
Showing
2 changed files
with
18 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ wl-present - an interactive client for *wl-mirror*(1) | |
|
||
# SYNOPSIS | ||
|
||
*wl-present* <COMMAND> [args...] | ||
*wl-present* [OPTIONS] <COMMAND> [args...] | ||
|
||
# DESCRIPTION | ||
|
||
|
@@ -58,6 +58,12 @@ in your wayland compositor for easy access. | |
given, *dmenu*(1) (or a compatible replacement) are used to select an | ||
option. | ||
|
||
# OPTIONS | ||
|
||
*-n*, *--name* | ||
Use an alternative pipe name (default is wl-present). | ||
This allows multiple instances of wl-present to run at the same time. | ||
|
||
# ENVIRONMENT VARIABLES | ||
|
||
*WL_PRESENT_DMENU* | ||
|
@@ -81,6 +87,12 @@ in your wayland compositor for easy access. | |
|
||
Example: WL_PRESENT_SLURP="slurp -c #859900 -w 2" | ||
|
||
*WL_PRESENT_PIPE_NAME* | ||
Overrides the default pipe name (default is wl-present). This is equivalent | ||
to the *--name* option above. | ||
|
||
Example: WL_PRESENT_PIPE_NAME=monitor2 wl-present mirror HDMI-A-1 | ||
|
||
# AUTHORS | ||
|
||
Maintained by Ferdinand Bachmann <[email protected]>. More information on | ||
|