9 lines
285 B
Bash
Executable File
9 lines
285 B
Bash
Executable File
#!/bin/bash
|
|
|
|
SCRIPT="goxlr-daemon"
|
|
SCRIPT2="$HOME/.config/hypr/scripts/goxlr/goxlr-settings-start.sh"
|
|
|
|
tmux new-session -d -s goxlr "$SCRIPT" &
|
|
notify-send --app-name "GOXLR daemon" --icon "goxlr-utility" -u normal "Started" "Launched the GOXLR Daemon to control the Audio"
|
|
"$SCRIPT2"
|