From 6730d79a05637aebbd9612f69b205014bd660d4d Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 25 Jun 2024 11:40:50 +0100 Subject: [PATCH] Add klipper config Make krunner floating again --- programs/desktop/plasma6/default.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/programs/desktop/plasma6/default.nix b/programs/desktop/plasma6/default.nix index f20c3d1..b2c47d4 100644 --- a/programs/desktop/plasma6/default.nix +++ b/programs/desktop/plasma6/default.nix @@ -155,11 +155,19 @@ configFile = { baloofilerc."Basic Settings"."Indexing-Enabled" = false; kcminputrc.Keyboard.NumLock = 1; - krunnerrc.General.FreeFloating = false; + krunnerrc.General.FreeFloating = true; kscreenlockerrc = { Daemon.Timeout = 15; Greeter.WallpaperPlugin = "org.kde.potd"; }; + klipperrc = { + General = { + SyncClipboards = true; + MaxClipItems = 5; + IgnoreImages = false; + KeepClipboardContents = false; + }; + }; kdeglobals = { General = { TerminalApplication = "konsole";