From 62b2829be42dba58b2c3bccefb07d07dc4428ebb Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Wed, 13 Feb 2019 21:16:29 +0100 Subject: [PATCH] Add pulse audio configuration Signed-off-by: Severin Kaderli --- .gitignore | 5 ++++- install.sh | 1 + system/.config/pulse/default.pa | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 system/.config/pulse/default.pa diff --git a/.gitignore b/.gitignore index cb4923a..8876919 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,7 @@ system/.config/mpv/tech-overview.txt system/.config/mpv/mplayer-input.conf system/.config/mpv/restore-old-bindings.conf -.zcompdump \ No newline at end of file +.zcompdump + +system/.config/pulse/* +!system/.config/pulse/default.pa diff --git a/install.sh b/install.sh index 839255f..27d3f66 100755 --- a/install.sh +++ b/install.sh @@ -45,6 +45,7 @@ LINKED_FILES_HOME=( ".config/mpv" ".config/npm" ".config/polybar" + ".config/pulse" ".config/redshift" ".config/streamlink" ".config/termite" diff --git a/system/.config/pulse/default.pa b/system/.config/pulse/default.pa new file mode 100644 index 0000000..d6d2c81 --- /dev/null +++ b/system/.config/pulse/default.pa @@ -0,0 +1 @@ +unload-module module-esound-protocol-unix \ No newline at end of file