aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordvs12024-10-14 22:56:20 +1000
committerdvs12024-10-14 22:56:20 +1000
commitda4fd8452df7c8cc21f3a6ff6a37b8cac1101c03 (patch)
tree5e4a659549a5e22a372bcc92e188de8d02eb0783
parentRearrange code. (diff)
downloadJackOnAllDevices-da4fd8452df7c8cc21f3a6ff6a37b8cac1101c03.zip
JackOnAllDevices-da4fd8452df7c8cc21f3a6ff6a37b8cac1101c03.tar.gz
JackOnAllDevices-da4fd8452df7c8cc21f3a6ff6a37b8cac1101c03.tar.bz2
JackOnAllDevices-da4fd8452df7c8cc21f3a6ff6a37b8cac1101c03.tar.xz
Revert the default options change from last time, it came along for the ride.
-rwxr-xr-xaataaj.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/aataaj.lua b/aataaj.lua
index 5a20a53..9153fee 100755
--- a/aataaj.lua
+++ b/aataaj.lua
@@ -264,10 +264,10 @@ end
264-- CHANGE these to suit. 264-- CHANGE these to suit.
265local asoundrcPath = '/var/lib/aataaj' 265local asoundrcPath = '/var/lib/aataaj'
266local asoundrc = 'asoundrc' 266local asoundrc = 'asoundrc'
267--local GUI = 'qjackctl' 267local GUI = 'qjackctl'
268local GUI = 'catia' 268--local GUI = 'catia'
269local alias = { 269local alias = {
270 {name='Screen', dev='HDMI9'}, 270-- {name='Screen', dev='HDMI9'},
271 } 271 }
272 272
273 273