From f0fbf92e00f9a706cac8d643a05500badbd12d51 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Mon, 29 Mar 2021 03:39:41 +0300 Subject: feat!: remove unused configs --- .config/i3/workspace.json | 64 ----------------------------------------------- 1 file changed, 64 deletions(-) delete mode 100644 .config/i3/workspace.json (limited to '.config/i3/workspace.json') 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" - } - ] -} -- cgit v1.2.3