Skip to content

Commit

Permalink
attempt to fix favorites
Browse files Browse the repository at this point in the history
  • Loading branch information
rugyada authored Aug 5, 2023
1 parent 72f8a56 commit 431dc96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var launcher = panel.addWidget("org.kde.plasma.kicker")
launcher.currentConfigGroup = ["Shortcuts"]
launcher.writeConfig("global", "Alt+F1")
launcher.currentConfigGroup = ["General"]
launcher.writeConfig("favoriteApps", "preferred://browser,systemsettings.desktop,org.kde.dolphin.desktop,org.kde.konsole.desktop")
launcher.writeConfig("favoriteApps", "preferred://browser,applications:systemsettings.desktop,applications:org.kde.dolphin.desktop,applications:org.kde.konsole.desktop")
launcher.writeConfig("favoriteSystemActions", "logout")
launcher.writeConfig("limitDepth", "false")
launcher.writeConfig("useExtraRunners", "true")
Expand Down

0 comments on commit 431dc96

Please sign in to comment.