diff options
author | dvs1 | 2024-10-14 22:56:20 +1000 |
---|---|---|
committer | dvs1 | 2024-10-14 22:56:20 +1000 |
commit | da4fd8452df7c8cc21f3a6ff6a37b8cac1101c03 (patch) | |
tree | 5e4a659549a5e22a372bcc92e188de8d02eb0783 | |
parent | Rearrange code. (diff) | |
download | JackOnAllDevices-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.
Diffstat (limited to '')
-rwxr-xr-x | aataaj.lua | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -264,10 +264,10 @@ end | |||
264 | -- CHANGE these to suit. | 264 | -- CHANGE these to suit. |
265 | local asoundrcPath = '/var/lib/aataaj' | 265 | local asoundrcPath = '/var/lib/aataaj' |
266 | local asoundrc = 'asoundrc' | 266 | local asoundrc = 'asoundrc' |
267 | --local GUI = 'qjackctl' | 267 | local GUI = 'qjackctl' |
268 | local GUI = 'catia' | 268 | --local GUI = 'catia' |
269 | local alias = { | 269 | local alias = { |
270 | {name='Screen', dev='HDMI9'}, | 270 | -- {name='Screen', dev='HDMI9'}, |
271 | } | 271 | } |
272 | 272 | ||
273 | 273 | ||