From fc9eeed95a013dd42b25683211fc800c2e1a2b39 Mon Sep 17 00:00:00 2001 From: Bastian Seifert <61029381+JustM3dium@users.noreply.github.com> Date: Mon, 22 Aug 2022 13:33:39 +0200 Subject: [PATCH] Change typo When using this file i got an error when executing the launcher.sh. This error indicates that the config file couldn't be parsed. This is changed now with this commit. --- files/config.rasi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/config.rasi b/files/config.rasi index 58a5e0d..677d960 100644 --- a/files/config.rasi +++ b/files/config.rasi @@ -51,7 +51,7 @@ configuration { run-shell-command: "{terminal} -e {cmd}"; /*---------- Fallback Icon ----------*/ - run,drun { + run-drun { fallback-icon: "application-x-addon"; }