base
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
#
|
||||
# Create a carla setup for putting 2nd PC output on l and center and
|
||||
# 1st PC to center and right for a feel of audio
|
||||
#
|
||||
|
||||
# kill old carla
|
||||
killall carla
|
||||
|
||||
# start new session
|
||||
nohup carla -n ~/.config/hypr/scripts/audio/2Player.carxp &
|
||||
Reference in New Issue
Block a user