Add klipper config

Make krunner floating again
This commit is contained in:
Evie Litherland-Smith 2024-06-25 11:40:50 +01:00
parent b90bd71fa7
commit 6730d79a05

View file

@ -155,11 +155,19 @@
configFile = { configFile = {
baloofilerc."Basic Settings"."Indexing-Enabled" = false; baloofilerc."Basic Settings"."Indexing-Enabled" = false;
kcminputrc.Keyboard.NumLock = 1; kcminputrc.Keyboard.NumLock = 1;
krunnerrc.General.FreeFloating = false; krunnerrc.General.FreeFloating = true;
kscreenlockerrc = { kscreenlockerrc = {
Daemon.Timeout = 15; Daemon.Timeout = 15;
Greeter.WallpaperPlugin = "org.kde.potd"; Greeter.WallpaperPlugin = "org.kde.potd";
}; };
klipperrc = {
General = {
SyncClipboards = true;
MaxClipItems = 5;
IgnoreImages = false;
KeepClipboardContents = false;
};
};
kdeglobals = { kdeglobals = {
General = { General = {
TerminalApplication = "konsole"; TerminalApplication = "konsole";