bspwm: add fish completion.
This commit is contained in:
parent
1fa270eed1
commit
0b7ec10b2b
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'bspwm'
|
# Template file for 'bspwm'
|
||||||
pkgname=bspwm
|
pkgname=bspwm
|
||||||
version=0.9.5
|
version=0.9.5
|
||||||
revision=1
|
revision=2
|
||||||
makedepends="xcb-util-wm-devel xcb-util-keysyms-devel"
|
makedepends="xcb-util-wm-devel xcb-util-keysyms-devel"
|
||||||
short_desc="Tiling window manager based on binary space partitioning"
|
short_desc="Tiling window manager based on binary space partitioning"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
@ -19,4 +19,5 @@ do_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
vinstall contrib/bash_completion 644 usr/share/bash-completion/completions bspc
|
vinstall contrib/bash_completion 644 usr/share/bash-completion/completions bspc
|
||||||
vinstall contrib/zsh_completion 644 usr/share/zsh/site-functions _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 New Issue