From 3b0142cedcde39e4c2097ecd916a870a3ced5ec6 Mon Sep 17 00:00:00 2001 From: Vito Graffagnino Date: Tue, 8 Sep 2020 18:10:49 +0100 Subject: Added the relevent parts of the .config directory. Alss add ssh config --- .i3/workspace-main.json | 121 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 .i3/workspace-main.json (limited to '.i3/workspace-main.json') 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" + } + ] +} + -- cgit v1.2.3