mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2026-04-05 09:07:52 +02:00
alsoftrc
This commit is contained in:
parent
0accf880d6
commit
6e6636c88f
6
install
6
install
@ -58,6 +58,12 @@ if [ ! -f $HOME/.config/MangoHud/MangoHud.conf ]; then
|
||||
cp -v conf/MangoHud.conf $HOME/.config/MangoHud/
|
||||
fi
|
||||
|
||||
# Arch Wiki gaming for better positional audio?
|
||||
# although does this even apply to pipewire?
|
||||
if [ ! -f $HOME/.alsoftrc ]; then
|
||||
echo "hrtf = true" > ~/.alsoftrc
|
||||
fi
|
||||
|
||||
# Discord snap inter process communication
|
||||
if [ -f /var/lib/snapd/snap/bin/discord ]; then
|
||||
#if [ ! -f $HOME/.config/user-tmpfiles.d/discord-rpc.conf ]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user