diff --git a/arch-sway.sh b/arch-sway.sh index 9bee193..55ed500 100755 --- a/arch-sway.sh +++ b/arch-sway.sh @@ -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 diff --git a/fish/conf.d/custom.fish b/fish/conf.d/custom.fish index 1995b1f..d939a77 100644 --- a/fish/conf.d/custom.fish +++ b/fish/conf.d/custom.fish @@ -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