From 874cf26b4d81e36ff6586a3d74f4e7b1ce6704a2 Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire Date: Wed, 10 Jul 2024 14:30:40 -0300 Subject: [PATCH] change polkitd and add bluez to autostart.sh --- .config/qtile/autostart.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/qtile/autostart.sh b/.config/qtile/autostart.sh index 284e34d..2be2d19 100755 --- a/.config/qtile/autostart.sh +++ b/.config/qtile/autostart.sh @@ -1,7 +1,7 @@ #!/bin/sh # Start polkit agent -/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & +lxpolkit & # Enable numlock /usr/bin/numlockx @@ -21,6 +21,9 @@ conky & # Start network manager applet (systray) nm-applet & +# Start bluetooth manager applet (systray) +blueman-applet & + # Start volume bar ~/.config/xob/volume.sh &