i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit 966b2b1b503ad41818e72990235323649fd7da99
parent ff8c4b43e8eb60bf3831217c3e79cb53f61f4780
Author: Cassandra Fox <cass@fox.mom>
Date:   Tue,  2 Apr 2019 00:55:46 -0700

Merge pull request #116 from grimpy/mdocs

Add docs about passing of media keys
Diffstat:
MREADME.md | 1+
Mi3lock.1 | 6++++++
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -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
 
diff --git a/i3lock.1 b/i3lock.1
@@ -28,6 +28,7 @@ i3lock-color \- improved screen locker
 .RB [\|\-u\|]
 .RB [\|\-e\|]
 .RB [\|\-f\|]
+.RB [\|\-m\|]
 
 .SH DESCRIPTION
 .B i3lock-color
@@ -122,6 +123,11 @@ 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.