We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a71ecc9 commit cc76f03Copy full SHA for cc76f03
Configs/.local/lib/hyde/hyprlock.sh
@@ -320,9 +320,6 @@ if [ -z "${*}" ]; then
320
print_log -sec "hyprlock" -stat "setting" " $HYDE_CACHE_HOME/wallpapers/hyprlock.png"
321
"${scrDir}/wallpaper.sh" -s "$(readlink "${HYDE_THEME_DIR}/wall.set")" --backend hyprlock
322
fi
323
- # A simple cleanup as hyprlock fragments memory after sleep
324
- pkill -x hyprlock >/dev/null 2>&1
325
- trap 'pkill -x hyprlock' EXIT
326
uwsm app -- hyprlock || hyprlock
327
exit 0
328
0 commit comments