From 67c40ece6dfcd6edd0cd34e00c08eb3a0019c037 Mon Sep 17 00:00:00 2001 From: albert Date: Thu, 20 Jun 2024 20:09:02 +0900 Subject: [PATCH] Testing --- .../desktops/plasma6/plasma-manager.nix | 34 +++++++++++-------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/home-manager/common/desktops/plasma6/plasma-manager.nix b/home-manager/common/desktops/plasma6/plasma-manager.nix index 79002bf5..0709fccc 100644 --- a/home-manager/common/desktops/plasma6/plasma-manager.nix +++ b/home-manager/common/desktops/plasma6/plasma-manager.nix @@ -12,23 +12,29 @@ }; kwinrc = { # Tiling - Laptop - "Tiling/Layout" = { - layoutDirection = "horizontal"; - tiles = [ - { - layoutDirection = "vertical"; - tiles = [ - { height = 0.5; } - { height = 0.5; } - ]; - width = 0.33; - } - { width = 0.67; } - ]; - }; + "Tiling/Layout" = [ + { + layoutDirection = "horizontal"; + tiles = [ + { + layoutDirection = "vertical"; + tiles = [ + { height = 0.5; } + { height = 0.5; } + ]; + width = 0.33; + } + { + width = 0.67; + } + ]; + } + ]; + Tiling = { padding = 10; }; + # Set window border size "org.kde.kdecoration2" = { BorderSize = "None";