Fixed syntax error in run-drun label

Corrected syntax error causing line 54 from run,drun to run-drun. Fixes syntax errors in launcher type-2 styles
This commit is contained in:
Tanay Kar 2024-02-18 20:56:28 +05:30 committed by GitHub
parent 0a55e15459
commit 6dabb7a19f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,7 +51,7 @@ configuration {
run-shell-command: "{terminal} -e {cmd}";
/*---------- Fallback Icon ----------*/
run,drun {
run-drun {
fallback-icon: "application-x-addon";
}