prompt to kill kded6, mako, dunst (conflicting stuff)

This commit is contained in:
end-4
2025-08-16 21:00:56 +07:00
parent fcab19c392
commit c745615a2a
5 changed files with 254 additions and 4 deletions
+4 -3
View File
@@ -52,10 +52,11 @@ ShellRoot {
// Force initialization of some singletons
Component.onCompleted: {
Cliphist.refresh()
FirstRunExperience.load()
Hyprsunset.load()
MaterialThemeLoader.reapplyTheme()
Hyprsunset.load()
FirstRunExperience.load()
ConflictKiller.load()
Cliphist.refresh()
}
LazyLoader { active: enableBar && Config.ready && !Config.options.bar.vertical; component: Bar {} }