aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2021-09-14 21:58:47 +0200
committerSébastien Dailly <sebastien@chimrod.com>2021-09-14 21:58:47 +0200
commite96cd3d890bfc993c24990ab9e038b7e4fddf5e8 (patch)
treebd729eda57d2564c263074a418d0f1776a2739e8
parent863c7dd824793bea34f3c7e48e2be488a18e645d (diff)
Update i3 workspace disposition
-rw-r--r--i3/.config/i3/workspaces/51:code.json44
1 files changed, 21 insertions, 23 deletions
diff --git a/i3/.config/i3/workspaces/51:code.json b/i3/.config/i3/workspaces/51:code.json
index a5a81ba..4d9a53b 100644
--- a/i3/.config/i3/workspaces/51:code.json
+++ b/i3/.config/i3/workspaces/51:code.json
@@ -44,23 +44,19 @@
"width": 720,
"x": 0,
"y": 0
- },
- "percent": 0.202941176470588,
- "swallows": [
- {
- "class": "^URxvt$",
- "instance": "^urxvt$",
- // Prevent vim to be here
- "title": "^((?!vim).)*$"
- },
- {
- "class": "^kitty$",
- "instance": "kitty$",
- // Prevent vim to be here
- "title": "^((?!vim).)*$"
- }
- ],
- "type": "con"
+ }
+ , "percent": 0.202941176470588
+ , "swallows":
+ [ { "class": "^URxvt$"
+ , "instance": "^urxvt$"
+ , "title": "^((?!vim).)*$" // Prevent vim to be here
+ }
+ , { "class": "^kitty$"
+ , "instance": "kitty$"
+ , "title": "^((?!vim).)*$" // Prevent vim to be here
+ }
+ ]
+ , "type": "con"
}
]
}
@@ -77,12 +73,14 @@
},
"name": "vim",
"percent": 0.5,
- "swallows": [
- {
- "class": "^URxvt$",
- "instance": "rxvt$",
- "title": "^(nvim)|(vim)$"
- }
+ "swallows":
+ [ { "class": "^URxvt$"
+ , "instance": "rxvt$"
+ , "title": "^(nvim)|(vim)$"
+ }
+ , { "class": "XTerm"
+ , "title": "^(nvim)|(vim)$"
+ }
],
"type": "con"
}