Changed krunner configuration

This commit is contained in:
EsVagy42 2026-01-25 13:57:24 +01:00
parent 59796f897c
commit 65df975e98
2 changed files with 12 additions and 3 deletions

View file

@ -1 +1 @@
Added tuta desktop and removed kmail
Changed krunner configuration

View file

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