From 635beb733baecbdd2f21275df8c712a6d6beb0c5 Mon Sep 17 00:00:00 2001 From: kenny Date: Sun, 9 Nov 2025 19:20:23 +0200 Subject: [PATCH] Added alias to start blueman_manager (sway loves it) --- config.fish | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.fish b/config.fish index 7c4c2f1..eea85f4 100644 --- a/config.fish +++ b/config.fish @@ -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