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; };