From e96cd3d890bfc993c24990ab9e038b7e4fddf5e8 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Tue, 14 Sep 2021 21:58:47 +0200 Subject: Update i3 workspace disposition --- i3/.config/i3/workspaces/51:code.json | 44 +++++++++++++++++------------------ 1 file changed, 21 insertions(+), 23 deletions(-) (limited to 'i3/.config') 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" } -- cgit v1.2.3