bspwm: add fish completion.
This commit is contained in:
parent
1fa270eed1
commit
0b7ec10b2b
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'bspwm'
|
||||
pkgname=bspwm
|
||||
version=0.9.5
|
||||
revision=1
|
||||
revision=2
|
||||
makedepends="xcb-util-wm-devel xcb-util-keysyms-devel"
|
||||
short_desc="Tiling window manager based on binary space partitioning"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
@ -19,4 +19,5 @@ do_install() {
|
|||
vlicense LICENSE
|
||||
vinstall contrib/bash_completion 644 usr/share/bash-completion/completions bspc
|
||||
vinstall contrib/zsh_completion 644 usr/share/zsh/site-functions _bspc
|
||||
vinstall contrib/fish_completion 644 usr/share/fish/completions bspc.fish
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue