Remove bluetooth applet

This commit is contained in:
2024-06-21 19:12:08 +01:00
parent 478fd41ceb
commit 09c2540560
2 changed files with 1 additions and 2 deletions

View File

@@ -3,7 +3,6 @@ feh --bg-scale "/home/trude/dotfiles/bg2.png" &
xrdb ~/.Xresources xrdb ~/.Xresources
dunst & dunst &
/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 & /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 &
blueman-applet &
export XDG_SESSION_TYPE=??? export XDG_SESSION_TYPE=???
export XDG_SESSION_DESKTOP=??? export XDG_SESSION_DESKTOP=???

View File

@@ -123,7 +123,7 @@ for selection in $main_menu; do
# --- ENABLE BLUETOOTH --- # --- ENABLE BLUETOOTH ---
{ {
sudo apt-get install -y blueman sudo apt-get install -y bluetooth rfkill
} | dialog --backtitle "$BACKTITLE" --programbox "Enable Bluetooth support (blueman)" 30 90 } | dialog --backtitle "$BACKTITLE" --programbox "Enable Bluetooth support (blueman)" 30 90
fi fi