summaryrefslogtreecommitdiffstats
path: root/config/i3/browser-workspace.json
blob: eea123ac3ad234f5cfddc2620acabcd654ad364a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "border": "pixel",
    "floating": "auto_off",
    "geometry": {
       "x": 0,
       "y": 0
    },
    "name": "Firefox",
    "percent": 1,
    "swallows": [
       {
          "class": "^Firefox$"
       }
    ],
    "type": "con"
}