mirror of
https://github.com/Raymo111/i3lock-color.git
synced 2024-12-02 14:05:43 -05:00
Remove "--special-passthrough" from bash and zsh completion (#265)
This commit is contained in:
parent
d846e7ce69
commit
7668ccea3b
2 changed files with 0 additions and 2 deletions
|
@ -81,7 +81,6 @@ _i3lock() {
|
|||
"--pass-screen-keys"
|
||||
"--pass-power-keys"
|
||||
"--pass-volume-keys"
|
||||
"--special-passthrough"
|
||||
# Bar mode
|
||||
"--bar-indicator"
|
||||
"--bar-direction"
|
||||
|
|
|
@ -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'))"
|
||||
|
|
Loading…
Reference in a new issue