Files
hypr/scripts/goxlr/goxlr-settings-start.sh
Hannes 0c8deaa90b base
2026-05-08 17:53:39 +02:00

10 lines
194 B
Bash
Executable File

#!/bin/bash
# Source the functions file
notify-send "GoXLR inteface is starting"
# nohup goxlr-daemon &
sleep 10
goxlr-client profiles device load 'Default'
notify-send "GoXLR start complete"