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