Changed krunner configuration
This commit is contained in:
parent
59796f897c
commit
65df975e98
2 changed files with 12 additions and 3 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue