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