.bin
.config
autostart
bspwm
conky
dunst
firestarter
htop
i3
mpd
mpv
polybar
pulse
daemon.conf
default.pa
qt5ct
rofi
skhd
sxhkd
syncthing-gtk
yabai
compton.conf
dircolors
kglobalshortcutsrc
khotkeysrc
ptgdp.conf
redshift.conf
user-dirs.dirs
user-dirs.locale
.firestarter
.local
.ssh
.vim
.wpgen
.bashrc
.functions
.gitconfig
.gitmodules
.inputrc
.joy2keyrc
.profile
.vimrc
.xinitrc
.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
|
|
|