fixed my fuckup starting blueman-applet
parent
2375e24b64
commit
11929f4a79
|
|
@ -1,6 +1,5 @@
|
||||||
# Or execute your favorite apps at launch like this:
|
# Or execute your favorite apps at launch like this:
|
||||||
exec-once = export SUDO_EDITOR=/usr/bin/nvim
|
exec-once =bash ~/Dotfiles/desktopenvs/hyprland/scripts/bluetooth-applet.sh
|
||||||
exec-once =bash ~/Dotfiles/desktopenvs/hyprland/scripts/autostart.sh
|
|
||||||
exec-once=bash ~/Dotfiles/desktopenvs/hyprland/scripts/ewwstart.sh
|
exec-once=bash ~/Dotfiles/desktopenvs/hyprland/scripts/ewwstart.sh
|
||||||
exec-once = hyprsunset
|
exec-once = hyprsunset
|
||||||
exec-once = nm-applet
|
exec-once = nm-applet
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
blueman-applet
|
hyprctl dispatch exec blueman-applet
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue