Compare commits

...

2 Commits

Author SHA1 Message Date
Martin
6c62410eee
Merge 1bd7fdf8824ee1f092ceb3eba6ad9feaf2179d68 into d6ae47205a375108f7fc7c96b6dc9d647951dcad 2025-07-22 11:37:43 +02:00
Martin
1bd7fdf882
Fix #179 #170 #122 2024-11-14 20:01:18 +01:00

View File

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