@@ -1,3 +1,18 @@
+pcm.hdmi_hw {
+ type hw
+ card 0
+ device 7
+}
+
+pcm.hdmi_complete {
+ type softvol
+ slave.pcm hdmi_hw
+ contorl.name hdmi_volume
+ control.card 0
+pcm.!default hdmi_complete
defaults.pcm.card 0
defaults.pcm.device 7
defaults.ctl.card 0
@@ -106,12 +106,7 @@ compile_ycm() {
}
compile_exctags() {
- git clone git://github.com/jakedouglas/exuberant-ctags.git "$DIR"/exuberant-ctags
- cd "$DIR"/exuberant-ctags
- ./configure
- make
- sudo make install
- rm -rf "$DIR"/exuberant-ctags
+ yaourt -S universal-ctags-git
case "$1" in