Workspace 3 with emacs

This commit is contained in:
RealStickman 2022-08-30 14:16:50 +02:00
parent 3e68d87dc3
commit 54a315b6b6
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,21 @@
{
"border": "pixel",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 640,
"width": 672,
"x": 0,
"y": 0
},
"marks": [],
"name": "Doom Emacs",
"percent": 1,
"swallows": [
{
"class": "^Emacs$",
"instance": "^emacs$"
}
],
"type": "con"
}

View File

@ -14,3 +14,8 @@ i3-msg "workspace 2; append_layout ~/.config/i3/layouts/layout-default/workspace
(thunderbird &)
(joplin-desktop &)
(discord &)
# workspace 3
i3-msg "workspace 3; append_layout ~/.config/i3/layouts/layout-default/workspace-3.json"
(emacs &)