dotfiles/i3/.i3/layouts/workspace9-news.json

80 lines
2.2 KiB
JSON
Raw Normal View History

2018-02-09 14:18:35 +01:00
{
2018-09-21 08:51:56 +02:00
"border": "pixel",
"floating": "auto_off",
2018-02-09 14:18:35 +01:00
"layout": "splitv",
2018-09-21 08:51:56 +02:00
"percent": 0.5,
"type": "con",
2018-02-09 14:18:35 +01:00
"nodes": [
{
"border": "pixel",
"current_border_width": 1,
"floating": "auto_off",
"geometry": {
2018-09-21 08:51:56 +02:00
"height": 434,
"width": 738,
2018-02-09 14:18:35 +01:00
"x": 0,
"y": 0
},
2018-09-21 08:51:56 +02:00
"name": "jfm@moerks:~",
2018-02-09 14:18:35 +01:00
"percent": 0.5,
"swallows": [
{
2018-09-21 08:51:56 +02:00
"class": "^Termite$",
"title": "^newsboat$"
2018-02-09 14:18:35 +01:00
}
],
"type": "con"
},
{
"border": "pixel",
"floating": "auto_off",
2018-09-21 08:51:56 +02:00
"layout": "splith",
"percent": 0.5,
2018-09-21 08:51:56 +02:00
"type": "con",
"nodes": [
{
2018-09-21 08:51:56 +02:00
"border": "pixel",
"current_border_width": 1,
"floating": "auto_off",
"geometry": {
"height": 434,
"width": 738,
"x": 0,
"y": 0
},
"name": "Reddit",
"percent": 0.5,
"swallows": [
{
"class": "^Termite$",
"title": "^rtv$"
}
],
"type": "con"
},
{
"border": "pixel",
"current_border_width": 1,
"floating": "auto_off",
"geometry": {
"height": 434,
"width": 738,
"x": 0,
"y": 0
},
"name": "Hacker News",
"percent": 0.5,
"swallows": [
{
"class": "^Termite$",
"title": "^hackernews$"
}
],
"type": "con"
}
2018-09-21 08:51:56 +02:00
]
2018-02-09 14:18:35 +01:00
}
]
}