From 11929f4a79d47471557f717e6c22b1214b90284b Mon Sep 17 00:00:00 2001 From: The_miro Date: Sun, 25 May 2025 08:15:16 +0200 Subject: [PATCH] fixed my fuckup starting blueman-applet --- desktopenvs/hyprland/hypr-usr/autostart.conf | 3 +-- desktopenvs/hyprland/scripts/bluetooth-applet.sh | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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