commit 7668ccea3b4f73806b676a6864faaf5f7406701f
parent d846e7ce6917090e6e5f31a053e689b5fa1452f2
Author: Jezer Mejía <59768785+JezerM@users.noreply.github.com>
Date: Thu, 21 Jul 2022 13:36:32 -0600
Remove "--special-passthrough" from bash and zsh completion (#265)
Diffstat:
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/i3lock-bash b/i3lock-bash
@@ -81,7 +81,6 @@ _i3lock() {
"--pass-screen-keys"
"--pass-power-keys"
"--pass-volume-keys"
- "--special-passthrough"
# Bar mode
"--bar-indicator"
"--bar-direction"
diff --git a/i3lock-zsh b/i3lock-zsh
@@ -81,7 +81,6 @@ _i3lock() {
"--pass-screen-keys[Allow screen keys to be used while the screen is locked]"
"--pass-power-keys[Allow power keys to be used while the screen is locked]"
"--pass-volume-keys[Allow volume keys to be used while the screen is locked]"
- "--special-passthrough[Force allowed key to be sent to wm/de]"
# Bar mode
"--bar-indicator[Replaces the usual ring indicator with a bar indicator]"
"--bar-direction[Sets the direction the bars grow in]:direction:((0\:'default' 1\:'reverse' 2\:'both'))"