Add pulse audio configuration
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
9e4d613ed0
commit
62b2829be4
3 changed files with 6 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -8,4 +8,7 @@ system/.config/mpv/tech-overview.txt
|
||||||
system/.config/mpv/mplayer-input.conf
|
system/.config/mpv/mplayer-input.conf
|
||||||
system/.config/mpv/restore-old-bindings.conf
|
system/.config/mpv/restore-old-bindings.conf
|
||||||
|
|
||||||
.zcompdump
|
.zcompdump
|
||||||
|
|
||||||
|
system/.config/pulse/*
|
||||||
|
!system/.config/pulse/default.pa
|
||||||
|
|
|
@ -45,6 +45,7 @@ LINKED_FILES_HOME=(
|
||||||
".config/mpv"
|
".config/mpv"
|
||||||
".config/npm"
|
".config/npm"
|
||||||
".config/polybar"
|
".config/polybar"
|
||||||
|
".config/pulse"
|
||||||
".config/redshift"
|
".config/redshift"
|
||||||
".config/streamlink"
|
".config/streamlink"
|
||||||
".config/termite"
|
".config/termite"
|
||||||
|
|
1
system/.config/pulse/default.pa
Normal file
1
system/.config/pulse/default.pa
Normal file
|
@ -0,0 +1 @@
|
||||||
|
unload-module module-esound-protocol-unix
|
Loading…
Add table
Add a link
Reference in a new issue