diff options
| author | Vito Graffagnino <vito@graffagnino.xyz> | 2020-09-08 18:10:49 +0100 |
|---|---|---|
| committer | Vito Graffagnino <vito@graffagnino.xyz> | 2020-09-08 18:10:49 +0100 |
| commit | 3b0142cedcde39e4c2097ecd916a870a3ced5ec6 (patch) | |
| tree | 2116c49a845dfc0945778f2aa3e2118d72be428b /.i3/workspace-main.json | |
| parent | 8cc927e930d5b6aafe3e9862a61e81705479a1b4 (diff) | |
Added the relevent parts of the .config directory. Alss add ssh config
Diffstat (limited to '.i3/workspace-main.json')
| -rw-r--r-- | .i3/workspace-main.json | 121 |
1 files changed, 121 insertions, 0 deletions
diff --git a/.i3/workspace-main.json b/.i3/workspace-main.json new file mode 100644 index 0000000..bd82232 --- /dev/null +++ b/.i3/workspace-main.json @@ -0,0 +1,121 @@ +// vim:ts=4:sw=4:et +{ + // splitv split container with 2 children + "border": "normal", + "floating": "auto_off", + "layout": "splitv", + "percent": 0.5, + "type": "con", + "nodes": [ + { + "border": "pixel", + "current_border_width": 0, + "floating": "auto_off", + "geometry": { + "height": 388, + "width": 644, + "x": 0, + "y": 0 + }, + "name": "vgg@$HOST:~", + "percent": 0.5, + "swallows": [ + { + "class": "^URxvt$" //, +// "instance": "^urxvt$", + // "title": "^vgg\\@$HOST\\:\\~$", + // "transient_for": "^$" + } + ], + "type": "con" + }, + { + // splith split container with 1 children + "border": "normal", + "floating": "auto_off", + "layout": "splith", + "percent": 0.5, + "type": "con", + "nodes": [ + { + "border": "pixel", + "current_border_width": 0, + "floating": "auto_off", + "geometry": { + "height": 388, + "width": 644, + "x": 0, + "y": 0 + }, + "name": "vgg@$HOST:~", + "percent": 1, + "swallows": [ + { + "class": "^URxvt$" //, + // "instance": "^urxvt$", + // "title": "^ncmpcpp$", + // "transient_for": "^$" + } + ], + "type": "con" + } + ] + } + ] +} + +{ + // splitv split container with 2 children + "border": "normal", + "floating": "auto_off", + "layout": "splitv", + "percent": 0.5, + "type": "con", + "nodes": [ + { + "border": "pixel", + "current_border_width": 0, + "floating": "auto_off", + "geometry": { + "height": 388, + "width": 644, + "x": 0, + "y": 0 + }, + "name": "vgg@$HOST:~", + "percent": 0.8, + "swallows": [ + { + "class": "^URxvt$" //, + // "instance": "^urxvt$", + // "title": "^vgg\\@$HOST\\:\\~$", + // "transient_for": "^$" + } + ], + "type": "con" + }, + { + "border": "pixel", + "current_border_width": 0, + "floating": "auto_off", + "geometry": { + "height": 388, + "width": 644, + "x": 0, + "y": 0 + }, + "name": "vgg@$HOST:~", + "percent": 0.2, + "swallows": [ + { + "class": "^URxvt$" //, + // "instance": "^urxvt$", + // "title": "^vgg\\@$HOST\\:\\~$", + // "transient_for": "^$" + } + ], + "type": "con" + } + ] +} + |
