dotfiles/.i3/Coding2.json

80 lines
2.1 KiB
JSON
Executable File

// vim:ts=4:sw=4:et
{
// splitv split container with 1 children
"border": "normal",
"floating": "auto_off",
"layout": "splitv",
"percent": 0.35,
"type": "con",
"nodes": [
{
// tabbed split container with 2 children
"border": "normal",
"floating": "auto_off",
"layout": "tabbed",
"percent": 1,
"type": "con",
"nodes": [
{
"border": "pixel",
"current_border_width": 0,
"floating": "auto_off",
"geometry": {
"height": 378,
"width": 642,
"x": 0,
"y": 0
},
"name": "andrei@tower:/media/STORAGE/Anime/Inuyasha Full in English",
"percent": 0.5,
"swallows": [
{
"class": "^Terminator$"
}
],
"type": "con"
},
{
"border": "pixel",
"current_border_width": 0,
"floating": "auto_off",
"geometry": {
"height": 378,
"width": 642,
"x": 0,
"y": 0
},
"name": "andrei@tower:~/Programing/Labs/08",
"percent": 0.5,
"swallows": [
{
"class": "^Terminator$"
],
"type": "con"
}
]
}
]
}
{
"border": "pixel",
"current_border_width": 0,
"floating": "auto_off",
"geometry": {
"height": 1028,
"width": 1251,
"x": 655,
"y": 38
},
"name": "/home/andrei/Programing/Labs/08 - Atom",
"percent": 0.65,
"swallows": [
{
"window_role": "^browser\\-window$"
}
],
"type": "con"
}