i3: fix workspace definition for Firefox

This commit is contained in:
Vincent Bernat 2021-07-08 10:29:54 +02:00
parent a3ffbddf82
commit c7e2878ed8

View file

@ -2,6 +2,6 @@
"layout": "tabbed",
"percent": 1,
"nodes": [
{"swallows": [{"class": "^Firefox$"}]},
{"swallows": [{"class": "^Firefox$"}]}
]
}