.bin
.config
autostart
dunst
gtk-3.0
htop
liferea
mpd
neofetch
polybar
pulse
daemon.conf
default.pa
qt5ct
rofi
syncthing-gtk
xfce4
zim
compton.conf
dircolors
ptgdp.conf
redshift.conf
user-dirs.dirs
user-dirs.locale
.local
.ssh
.vim
.bashrc
.functions
.gitconfig
.gitmodules
.gtkrc-2.0
.inputrc
.kshrc
.profile
.vimrc
.xsessionrc
.zshrc
11 lines
287 B
Plaintext
11 lines
287 B
Plaintext
#!/usr/bin/pulseaudio -nF
|
|
.include /etc/pulse/default.pa
|
|
|
|
# Gets around a weird audio skipping bug on my desktop
|
|
.ifexists module-udev-detect.so
|
|
load-module module-udev-detect tsched=0
|
|
|
|
# My laptop gets sink suspension popping when using headphones
|
|
unload-module module-suspend-on-idle
|
|
|