From 8f100cbfc976a154ad899985c48a324692a34553 Mon Sep 17 00:00:00 2001 From: Dionisio E Alonso Date: Thu, 21 Sep 2023 09:17:59 -0300 Subject: [PATCH] =?UTF-8?q?feat(TilingAssistant):=20Minor=20corrections=20?= =?UTF-8?q?to=20the=20Coding=20profile,=201920=C3=971080?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added a default separation of 4 (instead of the previous 2 for 1366×720) between windows when in tiled positions. After that default separation, distances had to bee adjusted a little bit. --- tiling-assistant/layouts.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiling-assistant/layouts.json b/tiling-assistant/layouts.json index 46155c6..f2ad497 100644 --- a/tiling-assistant/layouts.json +++ b/tiling-assistant/layouts.json @@ -1 +1 @@ -[{"_name":"Master and Stack [V]","_items":[{"rect":{"x":0,"y":0,"width":0.5,"height":1},"appId":null,"loopType":null},{"rect":{"x":0.5,"y":0,"width":0.5,"height":1},"appId":null,"loopType":"h"}]},{"_name":"N-Columns","_items":[{"rect":{"x":0,"y":0,"width":1,"height":1},"appId":null,"loopType":"v"}]},{"_name":"2 : 1 [V]","_items":[{"rect":{"x":0,"y":0,"width":0.66,"height":1},"appId":null,"loopType":null},{"rect":{"x":0.66,"y":0,"width":0.34,"height":1},"appId":null,"loopType":null}]},{"_name":"4 Quarters","_items":[{"rect":{"x":0,"y":0,"width":0.5,"height":0.5},"appId":null,"loopType":null},{"rect":{"x":0.5,"y":0,"width":0.5,"height":0.5},"appId":null,"loopType":null},{"rect":{"x":0,"y":0.5,"width":0.5,"height":0.5},"appId":null,"loopType":null},{"rect":{"x":0.5,"y":0.5,"width":0.5,"height":0.5},"appId":null,"loopType":null}]},{"_name":"Coding (1366×768)","_items":[{"rect":{"x":0.481,"y":0,"width":0.519,"height":1},"appId":"org.daa.NeovimGtk.desktop","loopType":null},{"rect":{"x":0,"y":0,"width":0.4809,"height":1},"appId":"com.gexperts.Tilix.desktop","loopType":null}]},{"_name":"Coding (1920×1080)","_items":[{"rect":{"x":0.4973,"y":0,"width":0.5027,"height":1},"appId":"org.daa.NeovimGtk.desktop","loopType":null},{"rect":{"x":0,"y":0,"width":0.4943,"height":1},"appId":"com.gexperts.Tilix.desktop","loopType":null}]}] \ No newline at end of file +[{"_name":"Master and Stack [V]","_items":[{"rect":{"x":0,"y":0,"width":0.5,"height":1},"appId":null,"loopType":null},{"rect":{"x":0.5,"y":0,"width":0.5,"height":1},"appId":null,"loopType":"h"}]},{"_name":"N-Columns","_items":[{"rect":{"x":0,"y":0,"width":1,"height":1},"appId":null,"loopType":"v"}]},{"_name":"2 : 1 [V]","_items":[{"rect":{"x":0,"y":0,"width":0.66,"height":1},"appId":null,"loopType":null},{"rect":{"x":0.66,"y":0,"width":0.34,"height":1},"appId":null,"loopType":null}]},{"_name":"4 Quarters","_items":[{"rect":{"x":0,"y":0,"width":0.5,"height":0.5},"appId":null,"loopType":null},{"rect":{"x":0.5,"y":0,"width":0.5,"height":0.5},"appId":null,"loopType":null},{"rect":{"x":0,"y":0.5,"width":0.5,"height":0.5},"appId":null,"loopType":null},{"rect":{"x":0.5,"y":0.5,"width":0.5,"height":0.5},"appId":null,"loopType":null}]},{"_name":"Coding (1366×768)","_items":[{"rect":{"x":0.481,"y":0,"width":0.519,"height":1},"appId":"org.daa.NeovimGtk.desktop","loopType":null},{"rect":{"x":0,"y":0,"width":0.4809,"height":1},"appId":"com.gexperts.Tilix.desktop","loopType":null}]},{"_name":"Coding (1920×1080)","_items":[{"rect":{"x":0.4963,"y":0,"width":0.5037,"height":1},"appId":"org.daa.NeovimGtk.desktop","loopType":null},{"rect":{"x":0,"y":0,"width":0.4958,"height":1},"appId":"com.gexperts.Tilix.desktop","loopType":null}]}] \ No newline at end of file