feat(i3): load workspace layouts at startup
This commit is contained in:
parent
a7e8d14391
commit
8935eeac4b
5 changed files with 88 additions and 4 deletions
10
home-manager/i3/workspaces/workspace-1.json
Normal file
10
home-manager/i3/workspaces/workspace-1.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
// vim:ts=4:sw=4:et
|
||||
{
|
||||
"name": "Terminal",
|
||||
"swallows": [
|
||||
{
|
||||
"class": "^kitty$"
|
||||
}
|
||||
],
|
||||
"type": "con"
|
||||
}
|
36
home-manager/i3/workspaces/workspace-2.json
Normal file
36
home-manager/i3/workspaces/workspace-2.json
Normal file
|
@ -0,0 +1,36 @@
|
|||
// vim:ts=4:sw=4:et
|
||||
{
|
||||
"layout": "tabbed",
|
||||
"type": "con",
|
||||
"nodes": [
|
||||
{
|
||||
"name": "Telegram",
|
||||
"swallows": [
|
||||
{
|
||||
"class": "^TelegramDesktop$"
|
||||
}
|
||||
],
|
||||
"type": "con"
|
||||
},
|
||||
{
|
||||
"name": "Signal",
|
||||
"swallows": [
|
||||
{
|
||||
"class": "^Signal$"
|
||||
}
|
||||
],
|
||||
"type": "con"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
{
|
||||
"name": "Slack",
|
||||
"swallows": [
|
||||
{
|
||||
"class": "^Slack$"
|
||||
}
|
||||
],
|
||||
"type": "con"
|
||||
}
|
||||
|
10
home-manager/i3/workspaces/workspace-4.json
Normal file
10
home-manager/i3/workspaces/workspace-4.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
// vim:ts=4:sw=4:et
|
||||
{
|
||||
"name": "Email",
|
||||
"swallows": [
|
||||
{
|
||||
"class": "^Thunderbird$"
|
||||
}
|
||||
],
|
||||
"type": "con"
|
||||
}
|
10
home-manager/i3/workspaces/workspace-5.json
Normal file
10
home-manager/i3/workspaces/workspace-5.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
// vim:ts=4:sw=4:et
|
||||
{
|
||||
"name": "Browser",
|
||||
"swallows": [
|
||||
{
|
||||
"class": "^firefox$"
|
||||
}
|
||||
],
|
||||
"type": "con"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue