diff options
Diffstat (limited to '.config/i3/workspace.json')
-rw-r--r-- | .config/i3/workspace.json | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/.config/i3/workspace.json b/.config/i3/workspace.json new file mode 100644 index 0000000..a58da53 --- /dev/null +++ b/.config/i3/workspace.json @@ -0,0 +1,64 @@ +{ + "border": "normal", + "current_border_width": 2, + "floating": "auto_off", + "geometry": { + "height": 436, + "width": 724, + "x": 0, + "y": 0 + }, + "percent": 0.7, + "swallows": [ + { + "title": "^nvim" + } + ], + "type": "con" +} + +{ + "border": "normal", + "floating": "auto_off", + "layout": "splitv", + "percent": 0.3, + "type": "con", + "nodes": [ + { + "border": "normal", + "current_border_width": 2, + "floating": "auto_off", + "geometry": { + "height": 436, + "width": 724, + "x": 0, + "y": 0 + }, + "percent": 0.7, + "swallows": [ + { + "title": "^primary-terminal" + } + ], + "type": "con" + }, + { + "border": "normal", + "current_border_width": 2, + "floating": "auto_off", + "geometry": { + "height": 436, + "width": 724, + "x": 0, + "y": 0 + }, + "percent": 0.3, + "swallows": [ + { + "title": "^secondary-terminal" + } + ], + "type": "con" + } + ] +} |