diff options
| author | onefang | 2026-05-13 08:58:00 +1000 |
|---|---|---|
| committer | onefang | 2026-05-13 08:58:00 +1000 |
| commit | 1d2511c0be0740e92ee5d9fa9f0c629d8bcf191c (patch) | |
| tree | dfb9494dca34686dceeecf1495015803ad023366 | |
| parent | Option to skip some devices, defulting to HDMI. (diff) | |
| download | JackOnAllDevices-1d2511c0be0740e92ee5d9fa9f0c629d8bcf191c.zip JackOnAllDevices-1d2511c0be0740e92ee5d9fa9f0c629d8bcf191c.tar.gz JackOnAllDevices-1d2511c0be0740e92ee5d9fa9f0c629d8bcf191c.tar.bz2 JackOnAllDevices-1d2511c0be0740e92ee5d9fa9f0c629d8bcf191c.tar.xz | |
| -rwxr-xr-x | aataaj.lua | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -68,7 +68,7 @@ local options = | |||
| 68 | asoundrcPath = {help = 'Path to our config files and stuff.', value = '/var/lib/aataaj', }, | 68 | asoundrcPath = {help = 'Path to our config files and stuff.', value = '/var/lib/aataaj', }, |
| 69 | asoundrc = {help = 'Name of asoundrc file.', value = 'asoundrc', }, | 69 | asoundrc = {help = 'Name of asoundrc file.', value = 'asoundrc', }, |
| 70 | aliases = {help = 'Aliases for audio devices.', value = {}, }, | 70 | aliases = {help = 'Aliases for audio devices.', value = {}, }, |
| 71 | skip = {help = 'Devices to skip.', value = {'HDMI'}}, | 71 | skip = {help = 'Devices to skip.', value = {}}, |
| 72 | install = | 72 | install = |
| 73 | { | 73 | { |
| 74 | help = 'Command to install aataaj.lua', | 74 | help = 'Command to install aataaj.lua', |
