From 6dabb7a19fb8307879e35a40b3a7da957b86f53e Mon Sep 17 00:00:00 2001 From: Tanay Kar <93914273+Tanay-Kar@users.noreply.github.com> Date: Sun, 18 Feb 2024 20:56:28 +0530 Subject: [PATCH] Fixed syntax error in run-drun label Corrected syntax error causing line 54 from run,drun to run-drun. Fixes syntax errors in launcher type-2 styles --- 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"; }