Skip to content

Commit

Permalink
Fix: Remove breaking space in zsh completion (#274)
Browse files Browse the repository at this point in the history
Co-authored-by: Raymond Li <[email protected]>
  • Loading branch information
kwesthaus and Raymo111 committed Mar 31, 2023
1 parent f1903bd commit e8b9943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i3lock-zsh
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ _i3lock() {
"--cmd-audio-mute[Command for XF86AudioMute]"
"--cmd-volume-up[Command for XF86AudioRaiseVolume]"
"--cmd-volume-down[Command for XF86AudioLowerVolume]"
"--cmd-power-down[Command for XF86PowerDown] "
"--cmd-mic-mute[Command for XF86AudioMicMute]"
"--cmd-power-down[Command for XF86PowerDown]"
"--cmd-power-off[Command for XF86PowerOff]"
"--cmd-power-sleep[Command for XF86Sleep]"
# Bar mode
Expand Down

0 comments on commit e8b9943

Please sign in to comment.