From 38d9b99a31994e92f40abcdaba0e13aa3d584207 Mon Sep 17 00:00:00 2001 From: albert Date: Thu, 20 Jun 2024 20:20:28 +0900 Subject: [PATCH] Testing --- .../desktops/plasma6/plasma-manager.nix | 44 +++++++++---------- 1 file changed, 20 insertions(+), 24 deletions(-) diff --git a/home-manager/common/desktops/plasma6/plasma-manager.nix b/home-manager/common/desktops/plasma6/plasma-manager.nix index ae4ba9b6..a2da1ff6 100644 --- a/home-manager/common/desktops/plasma6/plasma-manager.nix +++ b/home-manager/common/desktops/plasma6/plasma-manager.nix @@ -12,30 +12,26 @@ }; kwinrc = { # Tiling - Laptop - "Tiling/d67b1509-69a3-585f-adcc-1048a4265c4f"."tiles" = "{\"layoutDirection\":\"horizontal\",\"tiles\":[{\"layoutDirection\":\"vertical\",\"tiles\":[{\"height\":0.5},{\"height\":0.5}],\"width\":0.3800531914893607},{\"width\":0.6199468085106388}]}"; - -# "Tiling/Layout" = [ -# { -# layoutDirection = "horizontal"; -# tiles = [ -# { -# layoutDirection = "vertical"; -# tiles = [ -# { -# height = 0.5; -# } -# { -# height = 0.5; -# } -# ]; -# width = 0.33; -# } -# { -# width = 0.67; -# } -# ]; -# } -# ]; + "Tiling/d67b1509-69a3-585f-adcc-1048a4265c4f"."tiles" = "{ + \"layoutDirection\":\"horizontal\", + \"tiles\":[ + { + \"layoutDirection\":\"vertical\", + \"tiles\":[ + { + \"height\":0.5 + }, + { + \"height\":0.5 + } + ], + \"width\":0.3800531914893607 + }, + { + \"width\":0.6199468085106388 + } + ] + }"; Tiling = { padding = 10;