diff options
Diffstat (limited to '.config/i3/workspace.json')
-rw-r--r-- | .config/i3/workspace.json | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/.config/i3/workspace.json b/.config/i3/workspace.json deleted file mode 100644 index a58da53..0000000 --- a/.config/i3/workspace.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "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" - } - ] -} |