From 60f5827a55671eb0777beb73e8fb5904e817e1ed Mon Sep 17 00:00:00 2001 From: albert Date: Thu, 20 Jun 2024 20:00:25 +0900 Subject: [PATCH] Testing --- .../common/desktops/plasma6/plasma-manager.nix | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/home-manager/common/desktops/plasma6/plasma-manager.nix b/home-manager/common/desktops/plasma6/plasma-manager.nix index 9eef4d59..e29acfbe 100644 --- a/home-manager/common/desktops/plasma6/plasma-manager.nix +++ b/home-manager/common/desktops/plasma6/plasma-manager.nix @@ -12,7 +12,20 @@ }; kwinrc = { # Tiling - Laptop - "Tiling/d67b1509-69a3-585f-adcc-1048a4265c4f" = "{\"layoutDirection\":\"horizontal\",\"tiles\":[{\"layoutDirection\":\"vertical\",\"tiles\":[{\"height\":0.5},{\"height\":0.5}],\"width\":0.33},{\"width\":0.67}]}"; + "Tiling/d67b1509-69a3-585f-adcc-1048a4265c4f" = { + layoutDirection = "horizontal"; + tiles = [ + { + layoutDirection = "vertical"; + tiles = [ + { height = 0.5; } + { height = 0.5; } + ]; + width = 0.33; + } + { width = 0.67; } + ]; + }; Tiling = { padding = 10; };