From dec09de4a14286d9032767064e69e8dccc991b4a Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 6 Apr 2021 17:45:03 +0200 Subject: [PATCH] Make brace in Sway config example optional --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 500c162..14f97c1 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ regarding positioning have no effect (see known bugs section). One can workaroun the window manager how to place the window, e.g. under Sway one could add a configuration like this: ``` -for_window [title="^Syncthing Tray( \(.*\))$"] floating enable, border none, resize set 450 400, move position 916 0 +for_window [title="^Syncthing Tray( \(.*\))?$"] floating enable, border none, resize set 450 400, move position 916 0 ``` ## Features