Open s7xxrs opened 2 months ago
it is impossible to use Shell when Lively Wallpaper is running as it will enter in a loop of restarting explorer.exe every time the desktop is in focus.
try to exclude the program: in shell.nss : exclude. https://nilesoft.org/docs/configuration/settings
exclude.
exclude.process = "LivelyWallpaper.exe" ? exclude.where = window.module=="....dll" ?
exclude.process = "LivelyWallpaper.exe"
exclude.where = window.module=="....dll"
it is impossible to use Shell when Lively Wallpaper is running as it will enter in a loop of restarting explorer.exe every time the desktop is in focus.