diff options
-rw-r--r-- | .chezmoiremove | 1 | ||||
-rw-r--r-- | dot_asoundrc | 33 | ||||
-rw-r--r-- | dot_config/pulse/daemon.conf | 4 | ||||
-rw-r--r-- | dot_config/pulse/default.pa | 4 |
4 files changed, 1 insertions, 41 deletions
diff --git a/.chezmoiremove b/.chezmoiremove index 98661e1..7ec2c24 100644 --- a/.chezmoiremove +++ b/.chezmoiremove @@ -6,4 +6,5 @@ .screenlayout/zeta-solo.sh .screenlayout/zeta-work.sh bin/mutt +.config/pulse .config/systemd/user/borgmatic@tosh.service.wants/backup-email@mail.cs.mcgill.ca.service diff --git a/dot_asoundrc b/dot_asoundrc deleted file mode 100644 index f2639ec..0000000 --- a/dot_asoundrc +++ /dev/null @@ -1,33 +0,0 @@ -# pcm.jackplug { -# type plug -# slave { pcm "jack" } -# } -# -# pcm.jack { -# type jack -# playback_ports { -# 0 system:playback_1 -# 1 system:playback_2 -# } -# capture_ports { -# 0 system:capture_1 -# 1 system:capture_2 -# } -# } -# - - -pcm.pulse { - type pulse -} - -ctl.pulse { - type pulse -} - -pcm.!default { - type pulse -} -ctl.!default { - type pulse -} diff --git a/dot_config/pulse/daemon.conf b/dot_config/pulse/daemon.conf deleted file mode 100644 index 24708e5..0000000 --- a/dot_config/pulse/daemon.conf +++ /dev/null @@ -1,4 +0,0 @@ -default-sample-channels = 6 -default-sample-format = s24le -default-sample-rate = 96000 -flat-volumes = no diff --git a/dot_config/pulse/default.pa b/dot_config/pulse/default.pa deleted file mode 100644 index e89f4fc..0000000 --- a/dot_config/pulse/default.pa +++ /dev/null @@ -1,4 +0,0 @@ -.include /etc/pulse/default.pa - -# module-native-protocol-tcp is used by mpd -load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1 |