Add bluetooth audio fix
This commit is contained in:
parent
8e0159555c
commit
f3d181729e
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue