Merge pull request #116 from grimpy/mdocs

Add docs about passing of media keys
This commit is contained in:
Cassandra Fox 2019-04-02 00:55:46 -07:00 committed by GitHub
commit 966b2b1b50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -40,6 +40,7 @@ You can also specify additional options, as detailed in the manpage. This includ
- refreshing on a timer, instead of on each keypress
- Positioning the various UI elements
- Changing the ring radius and thickness, as well as text size
- Passthrough media keys
- A new bar indicator, which replaces the ring indicator with its own set of options
- An experimental thread for driving the redraw ticks, so that things like the bar/clock still update when PAM is blocking

View File

@ -28,6 +28,7 @@ i3lock-color \- improved screen locker
.RB [\|\-u\|]
.RB [\|\-e\|]
.RB [\|\-f\|]
.RB [\|\-m\|]
.SH DESCRIPTION
.B i3lock-color
@ -121,6 +122,11 @@ Note that this number is zero indexed. The ordering is dependent on libxinerama.
Captures the screen and blurs it using the given sigma (radius).
Images may still be overlaid over the blurred screenshot.
.TP
.B \-m,
Allow the following keys to be used while the screen is locked by passing them through:
XF86AudioPlay, XF86AudioPause, XF86AudioStop, XF86AudioPrev, XF86AudioNext, XF86AudioMute, XF86AudioLowerVolume, XF86AudioRaiseVolume, XF86MonBrightnessUp, XF86MonBrightnessDown.
.TP
.B \-\-indicator
Forces the indicator to always be visible, instead of only showing on activity.