From 65df975e983e2464a33aa987f91b891fa2b301c2 Mon Sep 17 00:00:00 2001 From: EsVagy42 Date: Sun, 25 Jan 2026 13:57:24 +0100 Subject: [PATCH] Changed krunner configuration --- commit_text | 2 +- plasma-configuration.nix | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/commit_text b/commit_text index 697a13d..8b06069 100644 --- a/commit_text +++ b/commit_text @@ -1 +1 @@ -Added tuta desktop and removed kmail +Changed krunner configuration diff --git a/plasma-configuration.nix b/plasma-configuration.nix index b41885e..1a3270e 100644 --- a/plasma-configuration.nix +++ b/plasma-configuration.nix @@ -892,8 +892,6 @@ "kiorc"."Confirmations"."ConfirmEmptyTrash" = true; "kiorc"."Confirmations"."ConfirmTrash" = false; "kiorc"."Executable scripts"."behaviourOnLaunch" = "alwaysAsk"; - "krunnerrc"."General"."historyBehavior" = "ImmediateCompletion"; - "krunnerrc"."Plugins"."baloosearchEnabled" = true; "kscreenlockerrc"."Greeter/Wallpaper/org.kde.image/General"."Image" = "/nix/store/b8qk4b7dz8xp3i9rfkc7m66jln20i170-plasma-workspace-wallpapers-6.2.5/share/wallpapers/Flow/"; "kscreenlockerrc"."Greeter/Wallpaper/org.kde.image/General"."PreviewImage" = @@ -1740,6 +1738,17 @@ "spectaclerc"."ImageSave"."translatedScreenshotsFolder" = "Screenshots"; "spectaclerc"."VideoSave"."preferredVideoFormat" = 2; "spectaclerc"."VideoSave"."translatedScreencastsFolder" = "Screencasts"; + + "krunnerrc" = { + "General"."historyBehavior" = "ImmediateCompletion"; + "Plugins" = { + "baloosearchEnabled" = true; + "krunner_keysEnabled" = true; + }; + "Plugins/Favorites" = { + "plugins" = "krunner_services,krunner_shell,locations,baloosearch"; + }; + }; }; }; }