diff --git a/desktopenvs/hyprland/hypr-usr/autostart.conf b/desktopenvs/hyprland/hypr-usr/autostart.conf index 135feb4..1b2a14d 100644 --- a/desktopenvs/hyprland/hypr-usr/autostart.conf +++ b/desktopenvs/hyprland/hypr-usr/autostart.conf @@ -1,6 +1,5 @@ # Or execute your favorite apps at launch like this: -exec-once = export SUDO_EDITOR=/usr/bin/nvim -exec-once =bash ~/Dotfiles/desktopenvs/hyprland/scripts/autostart.sh +exec-once =bash ~/Dotfiles/desktopenvs/hyprland/scripts/bluetooth-applet.sh exec-once=bash ~/Dotfiles/desktopenvs/hyprland/scripts/ewwstart.sh exec-once = hyprsunset exec-once = nm-applet diff --git a/desktopenvs/hyprland/scripts/bluetooth-applet.sh b/desktopenvs/hyprland/scripts/bluetooth-applet.sh index d177441..223e251 100755 --- a/desktopenvs/hyprland/scripts/bluetooth-applet.sh +++ b/desktopenvs/hyprland/scripts/bluetooth-applet.sh @@ -1,2 +1,2 @@ #!/bin/bash -blueman-applet +hyprctl dispatch exec blueman-applet