From 686999de7a7d1497ff82b527aca59ea8ffeb2ad6 Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Thu, 11 May 2023 14:16:12 +0400 Subject: [PATCH] Fix typo in swayr config --- etc/xdg/swayr/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/xdg/swayr/config.toml b/etc/xdg/swayr/config.toml index e01dcf6..432fa1a 100644 --- a/etc/xdg/swayr/config.toml +++ b/etc/xdg/swayr/config.toml @@ -1,9 +1,9 @@ [menu] executable = 'fuzzel' args = [ - '--dmenu',, + '--dmenu', '-p','{prompt}', - '-font','Noto Sans 11', + '-font','Noto Sans 11' ] [format]