aboutsummaryrefslogtreecommitdiff
path: root/.config/i3/workspace.json
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2021-03-29 03:39:41 +0300
committereug-vs <eug-vs@keemail.me>2021-03-29 03:39:41 +0300
commitf0fbf92e00f9a706cac8d643a05500badbd12d51 (patch)
tree318fd8a115c880258e6c6d548b37189457563633 /.config/i3/workspace.json
parentf203017eff1b8c59b94ee3fea3321e9c496c24b1 (diff)
downloaddotfiles-f0fbf92e00f9a706cac8d643a05500badbd12d51.tar.gz
feat!: remove unused configs
Diffstat (limited to '.config/i3/workspace.json')
-rw-r--r--.config/i3/workspace.json64
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"
- }
- ]
-}