dotfiles/i3/.i3/layouts/workspace8-media.json

27 lines
612 B
JSON
Raw Normal View History

2018-02-09 14:18:35 +01:00
{
"layout": "splitv",
"nodes": [
{
"border": "pixel",
"current_border_width": 1,
"floating": "auto_off",
"geometry": {
"height": 410,
"width": 654,
"x": 0,
"y": 0
},
2018-05-03 08:43:36 +02:00
"name": "newsbeuter",
2018-02-09 14:18:35 +01:00
"percent": 0.5,
"swallows": [
{
"class": "^URxvt$",
2018-05-03 08:43:36 +02:00
"instance": "^newsboat$"
2018-02-09 14:18:35 +01:00
}
],
"type": "con"
}
],
"percent": 0.5,
"type": "con"
2018-05-03 08:43:36 +02:00
}