.bin
.config
autostart
htop
mpd
pulse
daemon.conf
default.pa
rofi
syncthing-gtk
dircolors
kglobalshortcutsrc
khotkeysrc
ptgdp.conf
redshift.conf
user-dirs.dirs
user-dirs.locale
.ssh
.vim
.bashrc
.functions
.gitconfig
.gitmodules
.inputrc
.profile
.vimrc
.xsessionrc
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
|
|
|