From 47feaa6de2a25da103b1e09d3bf8817904dc5626 Mon Sep 17 00:00:00 2001 From: Nicolas Shu Date: Sat, 20 Aug 2022 00:29:55 -0400 Subject: [PATCH] Fixed parsing error: Invalid property name --- files/config.rasi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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}";