2 Commits

Author SHA1 Message Date
Tanay Kar 379e67affc Merge 6dabb7a19f into 093c1a79f5 2025-08-11 17:23:00 +02:00
Tanay Kar 6dabb7a19f 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
2024-02-18 20:56:28 +05:30
+1 -1
View File
@@ -51,7 +51,7 @@ configuration {
run-shell-command: "{terminal} -e {cmd}";
/*---------- Fallback Icon ----------*/
run,drun {
run-drun {
fallback-icon: "application-x-addon";
}