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/ws_2-generic.json.bak | 108 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100755 .i3/ws_2-generic.json.bak (limited to '.i3/ws_2-generic.json.bak') diff --git a/.i3/ws_2-generic.json.bak b/.i3/ws_2-generic.json.bak new file mode 100755 index 0000000..876cc19 --- /dev/null +++ b/.i3/ws_2-generic.json.bak @@ -0,0 +1,108 @@ +// 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": "normal", + "current_border_width": 2, + "floating": "auto_off", + "geometry": { + "height": 416, + "width": 658, + "x": 0, + "y": 0 + }, + "name": "MidnightCommander", + "percent": 0.5, + //"percent": 0.333333333333333, + "swallows": [ + { + "class": "^Gnome\\-terminal$", + // "instance": "^gnome\\-terminal\\-server$", + // "title": "^vgg\\@linux\\-gauw\\:\\ \\~$", + // "transient_for": "^$", + "window_role": "^mc$" + } + ], + "type": "con" + }, +// { +// "border": "normal", +// "current_border_width": 2, +// "floating": "auto_off", +// "geometry": { +// "height": 416, +// "width": 658, +// "x": 0, +// "y": 0 +// }, +// "name": "Terminal1", +// "percent": 0.3, +// //"percent": 0.333333333333333, +// "swallows": [ +// { +// "class": "^Gnome\\-terminal$", +// // "instance": "^gnome\\-terminal\\-server$", +// // "title": "^vgg\\@linux\\-gauw\\:\\ \\~$", +// // "transient_for": "^$", +// "window_role": "^Terminal1$" +// } +// ], +// "type": "con" +// }, + { + "border": "normal", + "current_border_width": 2, + "floating": "auto_off", + "geometry": { + "height": 413, + "width": 655, + "x": 0, + "y": 0 + }, + "name": "NCMPCPP", + "percent": 0.5, + //"percent": 0.333333333333333, + "swallows": [ + { + "class": "^Gnome\\-terminal$", + // "instance": "^gnome\\-terminal\\-server$", + // "title": "^vgg\\@linux\\-gauw\\:\\ \\~$", + // "transient_for": "^$", + "window_role": "^ncmpcpp$" + } + ], + "type": "con" + } + ] +} + +{ + "border": "normal", + "current_border_width": 2, + "floating": "auto_off", + "geometry": { + "height": 416, + "width": 658, + "x": 0, + "y": 0 + }, + "name": "Vim", + "percent": 0.5, + "swallows": [ + { + "class": "^Gnome\\-terminal$", + // "instance": "^gnome\\-terminal\\-server$", + // "title": "^vgg\\@linux\\-gauw\\:\\ \\~$", + // "transient_for": "^$", + "window_role": "^vim$" + } + ], + "type": "con" +} + -- cgit v1.2.3