12 lines
200 B
Bash
Executable File
12 lines
200 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#
|
|
# Create a carla setup for mixing up Stereo to 3.1 audio (sub+center)
|
|
#
|
|
|
|
# kill old carla
|
|
killall carla
|
|
|
|
# start new session
|
|
nohup carla -n ~/.config/hypr/scripts/audio/1Player.carxp &
|