dotfiles/i3/.i3/layouts/workspace2-web.json

23 lines
391 B
JSON
Raw Normal View History

2018-02-09 14:18:35 +01:00
// vim:ts=4:sw=4:et
{
"border": "pixel",
"current_border_width": 1,
"floating": "auto_off",
"geometry": {
"height": 1164,
"width": 1918,
"x": 1,
"y": 1
},
"name": "Google Chrome",
"percent": 1,
"swallows": [
{
"class": "^Google\\-chrome",
"instance": "^google\\-chrome$"
2018-02-09 14:18:35 +01:00
}
],
"type": "con"
}