From c7e2878ed8c2ab9ee71428f8c1e68e102ea6e8d5 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 8 Jul 2021 10:29:54 +0200 Subject: [PATCH] i3: fix workspace definition for Firefox --- ws-firefox.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ws-firefox.json b/ws-firefox.json index 95583c3..8bc1a47 100644 --- a/ws-firefox.json +++ b/ws-firefox.json @@ -2,6 +2,6 @@ "layout": "tabbed", "percent": 1, "nodes": [ - {"swallows": [{"class": "^Firefox$"}]}, + {"swallows": [{"class": "^Firefox$"}]} ] }