Add bluetooth audio fix

This commit is contained in:
askiiart 2024-02-21 09:26:25 -06:00
parent 8e0159555c
commit f3d181729e
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
2 changed files with 7 additions and 0 deletions

View file

@ -32,3 +32,7 @@ sudo grub-mkconfig -o /boot/grub/grub.cfg
# make GUI stuff work when running as root (e.g. gparted)
yay -S xorg-xhost --noconfirm --needed
xhost +SI:localuser:root
# Enable MultiProfile for bluetooth (enables more than just headset-quality support on thing that support many audio profiles)
sudo sed -i 's/#MultiProfile = off/MultiProfile = multiple/g' /etc/bluetooth/main.conf
sudo systemctl restart bluetooth.service

View file

@ -6,4 +6,7 @@ if status is-interactive
set -x DOCKER_HOST unix://$XDG_RUNTIME_DIR/docker.sock
gpgconf --launch gpg-agent
gpg-connect-agent updatestartuptty /bye
# ctrl+backspace (^H in kitty)
# for ctrl+delete: kill-word (unsure about its code in kitty)
bind \cH backward-kill-path-component
end