Merge 47feaa6de2a25da103b1e09d3bf8817904dc5626 into adfcc0770fa10daec5d87e3fb4ca6acd1d309491

This commit is contained in:
nicolasshu 2025-07-01 21:53:18 -03:00 committed by GitHub
commit 4451bbd60a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,10 +51,13 @@ 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"; fallback-icon: "application-x-addon";
} }
drun {
fallback-icon: "application-x-addon";
}
/*---------- Window switcher settings ----------*/ /*---------- Window switcher settings ----------*/
window-match-fields: "title,class,role,name,desktop"; window-match-fields: "title,class,role,name,desktop";
window-command: "wmctrl -i -R {window}"; window-command: "wmctrl -i -R {window}";