Files
hyprland-dotfiles/.config/hypr/scripts/goxlr/goxlr-settings-start.sh
2025-10-16 20:50:11 +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"