initial checkin with most things working, but still mostly my i3 config

This commit is contained in:
Alex Kelly 2023-11-27 10:33:02 -05:00
commit 0a34210827
23 changed files with 701 additions and 0 deletions

32
layout/w1.json Normal file
View file

@ -0,0 +1,32 @@
{
"border": "normal",
"floating": "auto_off",
"layout": "tabbed",
"marks": [],
"percent": 1,
"type": "con",
"nodes": [
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 1024,
"width": 947,
"x": 0,
"y": 0
},
"marks": [],
"name": "Arachnitech | Fedora — Mozilla Firefox",
"percent": 1,
"swallows": [
{
"class": "^firefox$",
"instance": "^Navigator$"
}
],
"type": "con"
}
]
}

52
layout/w2.json Normal file
View file

@ -0,0 +1,52 @@
{
"border": "normal",
"floating": "auto_off",
"layout": "tabbed",
"marks": [],
"percent": 1,
"type": "con",
"nodes": [
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 1040,
"width": 1916,
"x": 2,
"y": 18
},
"marks": [],
"name": "Slack | tux | dorkchat",
"percent": 0.25,
"swallows": [
{
"class": "^Slack$"
}
],
"type": "con"
},
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 1035,
"width": 1920,
"x": 0,
"y": 22
},
"marks": [],
"name": "Calls | Microsoft Teams",
"percent": 0.5,
"swallows": [
{
"class": "^teams\\-for\\-linux$"
}
],
"type": "con"
}
]
}

31
layout/w3.json Normal file
View file

@ -0,0 +1,31 @@
{
"border": "normal",
"floating": "auto_off",
"layout": "tabbed",
"marks": [],
"percent": 1,
"type": "con",
"nodes": [
{
"border": "none",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 1057,
"width": 1920,
"x": 0,
"y": 0
},
"marks": [],
"name": "kellya@salticus:~/projects/arachnitech/i3-config/layout",
"percent": 1,
"swallows": [
{
"class": "^kitty$"
}
],
"type": "con"
}
]
}

31
layout/w4.json Normal file
View file

@ -0,0 +1,31 @@
{
"border": "normal",
"floating": "auto_off",
"layout": "tabbed",
"marks": [],
"percent": 1,
"type": "con",
"nodes": [
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 1030,
"width": 1910,
"x": 0,
"y": 0
},
"marks": [],
"name": "fam eresource.py",
"percent": 1,
"swallows": [
{
"class": "^jetbrains\\-pycharm$"
}
],
"type": "con"
}
]
}

31
layout/w5.json Normal file
View file

@ -0,0 +1,31 @@
{
"border": "normal",
"floating": "auto_off",
"layout": "tabbed",
"marks": [],
"percent": 1,
"type": "con",
"nodes": [
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 1042,
"width": 1920,
"x": 0,
"y": 0
},
"marks": [],
"name": "Spotify",
"percent": 1,
"swallows": [
{
"class": "^Spotify$"
}
],
"type": "con"
}
]
}

73
layout/w6.json Normal file
View file

@ -0,0 +1,73 @@
// vim:ts=4:sw=4:et
{
// tabbed split container with 3 children
"border": "normal",
"floating": "auto_off",
"layout": "tabbed",
"marks": [],
"percent": 1,
"type": "con",
"nodes": [
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 1040,
"width": 1916,
"x": 0,
"y": 18
},
"marks": [],
"name": "Joplin",
"percent": 0.333333333333333,
"swallows": [
{
"class": "^Joplin$"
}
],
"type": "con"
},
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 1035,
"width": 1920,
"x": 0,
"y": 0
},
"marks": [],
"name": "Inbox - kellya@arachnitech.com - Mozilla Thunderbird",
"percent": 0.333333333333333,
"swallows": [
{
"class": "^thunderbird$"
}
],
"type": "con"
},
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 1035,
"width": 1920,
"x": 0,
"y": 22
},
"marks": [],
"name": "Logseq",
"percent": 0.333333333333333,
"swallows": [
{
"class": "^Logseq$"
}
],
"type": "con"
}
]
}