From d253fa8a01f54ca13e04905ad33ded326e11423e Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Wed, 12 Jul 2017 12:47:45 -0500 Subject: -added saved workspace --- i3/one.json | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 i3/one.json (limited to 'i3/one.json') diff --git a/i3/one.json b/i3/one.json new file mode 100644 index 0000000..9a7d516 --- /dev/null +++ b/i3/one.json @@ -0,0 +1,50 @@ +{ + "border": "normal", + "current_border_width": 2, + "floating": "auto_off", + "name": "Inbox - thomas.barrett_ext@hoefliger.de - Mozilla Thunderbird", + "percent": 0.616666666666667, + "swallows": [ + { + "class": "^Thunderbird$" + } + ], + "type": "con" +} + +{ + "border": "normal", + "floating": "auto_off", + "layout": "splitv", + "percent": 0.383333333333333, + "type": "con", + "nodes": [ + { + "border": "normal", + "current_border_width": 2, + "floating": "auto_off", + "name": "tom@soyuz: ~", + "percent": 0.5, + "swallows": [ + { + "class": "^XTerm$" + } + ], + "type": "con" + }, + { + "border": "normal", + "current_border_width": 2, + "floating": "auto_off", + "name": "Oracle VM VirtualBox Manager", + "percent": 0.5, + "swallows": [ + { + "class": "^VirtualBox$" + } + ], + "type": "con" + } + ] +} + -- cgit v1.2.3