From c8633ac4e42b96a509082296b0a2a8309cf9ef1d Mon Sep 17 00:00:00 2001 From: albert Date: Thu, 20 Jun 2024 20:11:42 +0900 Subject: [PATCH] Testing --- .../desktops/plasma6/plasma-manager.nix | 42 +++++++++++-------- 1 file changed, 24 insertions(+), 18 deletions(-) diff --git a/home-manager/common/desktops/plasma6/plasma-manager.nix b/home-manager/common/desktops/plasma6/plasma-manager.nix index 0709fccc..ae4ba9b6 100644 --- a/home-manager/common/desktops/plasma6/plasma-manager.nix +++ b/home-manager/common/desktops/plasma6/plasma-manager.nix @@ -12,24 +12,30 @@ }; kwinrc = { # Tiling - Laptop - "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/Layout" = [ +# { +# layoutDirection = "horizontal"; +# tiles = [ +# { +# layoutDirection = "vertical"; +# tiles = [ +# { +# height = 0.5; +# } +# { +# height = 0.5; +# } +# ]; +# width = 0.33; +# } +# { +# width = 0.67; +# } +# ]; +# } +# ]; Tiling = { padding = 10;