diff --git a/files/config.rasi b/files/config.rasi index 58a5e0d..d145a81 100644 --- a/files/config.rasi +++ b/files/config.rasi @@ -51,10 +51,13 @@ configuration { run-shell-command: "{terminal} -e {cmd}"; /*---------- Fallback Icon ----------*/ - run,drun { + run { fallback-icon: "application-x-addon"; } + drun { + fallback-icon: "application-x-addon"; + } /*---------- Window switcher settings ----------*/ window-match-fields: "title,class,role,name,desktop"; window-command: "wmctrl -i -R {window}";