shift-shell/envmanager
Devin Lin 051e8b7903 envmanager: Fix KWin effect and script reloading
Previously, we had a silent failure of the dbus call to "reloadConfig"
which turned out to be a signal and not a method that we can call. To
reload effects, we need to manually call dbus to load and unload each
individual one. A similar situation exists for scripts, except that we
only unload scripts through individual calls, and call `start` to load
all of the enabled scripts at once.
2024-10-31 20:33:13 +00:00
..
CMakeLists.txt envmanager: Extract kded settings management to separate app, add window decoration customization 2023-03-29 19:41:10 -07:00
config.h envmanager: Fix KWin effect and script reloading 2024-10-31 20:33:13 +00:00
main.cpp Use new Qt6 QStringLiteral operator 2024-01-17 01:07:31 +01:00
settings.cpp envmanager: Fix KWin effect and script reloading 2024-10-31 20:33:13 +00:00
settings.h Use a reference for the singleton 2024-01-17 01:02:51 +01:00
utils.h envmanager: Extract kded settings management to separate app, add window decoration customization 2023-03-29 19:41:10 -07:00