6 lines
277 B
Bash
Executable File
6 lines
277 B
Bash
Executable File
#!/bin/bash
|
|
# Launch blueman-applet through Hyprland's IPC dispatcher rather than directly.
|
|
# Using "dispatch exec" ensures the process is tracked as a Hyprland child and
|
|
# avoids inheriting the calling shell's environment inappropriately.
|
|
hyprctl dispatch exec blueman-applet
|