Added alias to start blueman_manager (sway loves it)

This commit is contained in:
2025-11-09 19:20:23 +02:00
parent eb1d345754
commit 635beb733b

View File

@@ -2,4 +2,7 @@ if status is-interactive
# Commands to run in interactive sessions can go here
eval (starship init fish)
set -g fish_greeting ""
function start_blueman
nix-shell -p blueman xorg.xhost --run "xhost si:localuser:root && sudo blueman-manager ; xhost -si:localuser:root"
end
end