mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-27 20:15:39 +02:00
Rename project: f00bar -> yambar
This commit is contained in:
parent
9b9344877f
commit
9dbbc480e4
23 changed files with 87 additions and 87 deletions
9
completions/zsh/_yambar
Normal file
9
completions/zsh/_yambar
Normal file
|
@ -0,0 +1,9 @@
|
|||
#compdef yambar
|
||||
|
||||
_arguments \
|
||||
-s \
|
||||
'(-v --version)'{-v,--version}'[show the version number and quit]' \
|
||||
'(-h --help)'{-h,--help}'[show help message and quit]' \
|
||||
'(-b --backend)'{-b,--backend}'[backend to use (default: auto)]:backend:(xcb wayland auto)' \
|
||||
'(-c --config)'{-c,--config}'[alternative configuration file]:filename:_files' \
|
||||
'(-C --validate)'{-C,--validate}'[verify configuration then quit]'
|
Loading…
Add table
Add a link
Reference in a new issue