mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 02:38:33 +02:00
i3: fix workspace definition for Firefox
This commit is contained in:
parent
a3ffbddf82
commit
c7e2878ed8
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@
|
||||||
"layout": "tabbed",
|
"layout": "tabbed",
|
||||||
"percent": 1,
|
"percent": 1,
|
||||||
"nodes": [
|
"nodes": [
|
||||||
{"swallows": [{"class": "^Firefox$"}]},
|
{"swallows": [{"class": "^Firefox$"}]}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue