From 2766a1380818d70b7b8ed41b6aaca1124e11c790 Mon Sep 17 00:00:00 2001 From: Jo De Boeck Date: Mon, 1 Apr 2019 22:30:47 +0200 Subject: [PATCH] Add docs about passing of media keys Signed-off-by: Jo De Boeck --- README.md | 1 + i3lock.1 | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index b8c0425..961714c 100644 --- 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 index d5c5587..ef6762e 100644 --- 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 @@ -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.