Skip to content

Commit

Permalink
Remove "--special-passthrough" from bash and zsh completion (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
JezerM authored Jul 21, 2022
1 parent d846e7c commit 7668cce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion i3lock-bash
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ _i3lock() {
"--pass-screen-keys"
"--pass-power-keys"
"--pass-volume-keys"
"--special-passthrough"
# Bar mode
"--bar-indicator"
"--bar-direction"
Expand Down
1 change: 0 additions & 1 deletion i3lock-zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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'))"
Expand Down

0 comments on commit 7668cce

Please sign in to comment.