From 0758d0fd974e087af79db10f137004de0fa26b00 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 18 Mar 2020 13:42:15 -0400 Subject: [PATCH] Add work workspace for #i3wm --- i3/.config/i3/workspace-1.json | 107 +++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 i3/.config/i3/workspace-1.json diff --git a/i3/.config/i3/workspace-1.json b/i3/.config/i3/workspace-1.json new file mode 100644 index 0000000..1c405eb --- /dev/null +++ b/i3/.config/i3/workspace-1.json @@ -0,0 +1,107 @@ +// vim:ts=4:sw=4:et +{ + "border": "pixel", + "current_border_width": 0, + "floating": "auto_off", + "geometry": { + "height": 508, + "width": 528, + "x": 0, + "y": 0 + }, + "name": "db.py – Doom Emacs", + "percent": 0.5, + "swallows": [ + { + // "class": "^Emacs$", + // "instance": "^emacs$", + // "title": "^db\\.py\\ \\–\\ Doom\\ Emacs$" + } + ], + "type": "con" +} + +{ + // splitv split container with 3 children + "border": "normal", + "floating": "auto_off", + "layout": "splitv", + "percent": 0.5, + "type": "con", + "nodes": [ + { + // splith split container with 1 children + "border": "normal", + "floating": "auto_off", + "layout": "splith", + "percent": 0.533333333333333, + "type": "con", + "nodes": [ + { + "border": "pixel", + "current_border_width": 0, + "floating": "auto_off", + "geometry": { + "height": 508, + "width": 528, + "x": 0, + "y": 0 + }, + "name": "api.http – Doom Emacs", + "percent": 1, + "swallows": [ + { + // "class": "^Emacs$", + // "instance": "^emacs$", + // "title": "^api\\.http\\ \\–\\ Doom\\ Emacs$" + } + ], + "type": "con" + } + ] + }, + { + "border": "pixel", + "current_border_width": 0, + "floating": "user_off", + "geometry": { + "height": 324, + "width": 516, + "x": 0, + "y": 0 + }, + "name": "~/s/f/fifteen5", + "percent": 0.133333333333333, + "swallows": [ + { + // "class": "^Alacritty$", + // "instance": "^Alacritty$", + // "title": "^\\~\\/s\\/f\\/fifteen5$" + } + ], + "type": "con" + }, + { + "border": "pixel", + "current_border_width": 0, + "floating": "auto_off", + "geometry": { + "height": 324, + "width": 516, + "x": 0, + "y": 0 + }, + "name": "~/s/f/fifteen5", + "percent": 0.333333333333333, + "swallows": [ + { + // "class": "^Alacritty$", + // "instance": "^Alacritty$", + // "title": "^\\~\\/s\\/f\\/fifteen5$" + } + ], + "type": "con" + } + ] +} +