diff options
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 | ||