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