aboutsummaryrefslogtreecommitdiffstats
path: root/.aataaj.conf.lua
diff options
context:
space:
mode:
authordvs12024-10-26 22:49:02 +1000
committerdvs12024-10-26 22:49:02 +1000
commit5dc385be1692e7b2b12714a796a532c129b43d90 (patch)
tree80d8ed9cc8f75b71af33caf5336e854c15da61ef /.aataaj.conf.lua
parentMove aataaj.lua configuration options to a conf file. (diff)
downloadJackOnAllDevices-5dc385be1692e7b2b12714a796a532c129b43d90.zip
JackOnAllDevices-5dc385be1692e7b2b12714a796a532c129b43d90.tar.gz
JackOnAllDevices-5dc385be1692e7b2b12714a796a532c129b43d90.tar.bz2
JackOnAllDevices-5dc385be1692e7b2b12714a796a532c129b43d90.tar.xz
Debug code --
Diffstat (limited to '')
-rw-r--r--.aataaj.conf.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/.aataaj.conf.lua b/.aataaj.conf.lua
index 642d24c..a2599ef 100644
--- a/.aataaj.conf.lua
+++ b/.aataaj.conf.lua
@@ -1,10 +1,3 @@
1-- This works coz LuaJIT automatically loads the jit module.
2if type(jit) == 'table' then
3 io.write(arg[0] .. ' is being run by ' .. jit.version .. ' under ' .. jit.os .. ' on a ' .. jit.arch .. '\n')
4else
5 io.write(arg[0] .. ' is being run by Lua version ' .. _VERSION .. '\n')
6end
7
8return { 1return {
9 ['aliases'] = { 2 ['aliases'] = {
10 {name='Screen', dev='HDMI9'}, 3 {name='Screen', dev='HDMI9'},