commit 2766a1380818d70b7b8ed41b6aaca1124e11c790
parent ff8c4b43e8eb60bf3831217c3e79cb53f61f4780
Author: Jo De Boeck <deboeck.jo@gmail.com>
Date: Mon, 1 Apr 2019 22:30:47 +0200
Add docs about passing of media keys
Signed-off-by: Jo De Boeck <deboeck.jo@gmail.com>
Diffstat:
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.