diff options
Diffstat (limited to '.aataaj.conf.lua')
| -rw-r--r-- | .aataaj.conf.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.aataaj.conf.lua b/.aataaj.conf.lua new file mode 100644 index 0000000..642d24c --- /dev/null +++ b/.aataaj.conf.lua | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | -- This works coz LuaJIT automatically loads the jit module. | ||
| 2 | if type(jit) == 'table' then | ||
| 3 | io.write(arg[0] .. ' is being run by ' .. jit.version .. ' under ' .. jit.os .. ' on a ' .. jit.arch .. '\n') | ||
| 4 | else | ||
| 5 | io.write(arg[0] .. ' is being run by Lua version ' .. _VERSION .. '\n') | ||
| 6 | end | ||
| 7 | |||
| 8 | return { | ||
| 9 | ['aliases'] = { | ||
| 10 | {name='Screen', dev='HDMI9'}, | ||
| 11 | }; | ||
| 12 | } | ||
