From 402a0cf273b88c5d0be6c482b559dbaed3e152b8 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 6 Aug 2024 14:20:55 +0100 Subject: [PATCH] Add some krohnkite settings to kwinrc --- home/desktop/plasma/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/home/desktop/plasma/default.nix b/home/desktop/plasma/default.nix index 5e3bafd1..c7cef84f 100644 --- a/home/desktop/plasma/default.nix +++ b/home/desktop/plasma/default.nix @@ -307,6 +307,14 @@ BorderSize = "None"; BorderSizeAuto = "false"; }; + "Script-krohnkite" = { + limitTileWidth = true; + screenGapBottom = 5; + screenGapLeft = 5; + screenGapRight = 5; + screenGapTop = 5; + tileLayoutGap = 5; + }; }; }; };