Closed ViktorNova closed 8 years ago
This throws an error:
tyrannical.properties.border_width = { lxqt-panel = 0 }
but this works perfectly:
tyrannical.properties.border_width = { XTerm = 0 }
"lxqt-panel" works just fine in other parts of Tyrannical where it's in quotations, but in these sections quotations don't work. I have also tried escaping it with % and %% with no luck
Hi, could you try this to see if it works?
tyrannical.properties.border_width = { ["lxqt-panel"] = 0 }
this works! thank you =)
This throws an error:
but this works perfectly:
"lxqt-panel" works just fine in other parts of Tyrannical where it's in quotations, but in these sections quotations don't work. I have also tried escaping it with % and %% with no luck