aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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',