aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoronefang2026-05-13 08:58:00 +1000
committeronefang2026-05-13 08:58:00 +1000
commit1d2511c0be0740e92ee5d9fa9f0c629d8bcf191c (patch)
treedfb9494dca34686dceeecf1495015803ad023366
parentOption to skip some devices, defulting to HDMI. (diff)
downloadJackOnAllDevices-1d2511c0be0740e92ee5d9fa9f0c629d8bcf191c.zip
JackOnAllDevices-1d2511c0be0740e92ee5d9fa9f0c629d8bcf191c.tar.gz
JackOnAllDevices-1d2511c0be0740e92ee5d9fa9f0c629d8bcf191c.tar.bz2
JackOnAllDevices-1d2511c0be0740e92ee5d9fa9f0c629d8bcf191c.tar.xz
Don't default to skipping HDMI.HEADmaster
-rwxr-xr-xaataaj.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/aataaj.lua b/aataaj.lua
index f982c00..492f4c9 100755
--- a/aataaj.lua
+++ b/aataaj.lua
@@ -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',