feat: Moves hyprland scripts that were missed and updates systemd services to the appropriate locations.

This commit is contained in:
2025-10-03 23:50:50 -04:00
parent d32d0cf64f
commit f911bfb7f1
6 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
#wl-copy --clear >/dev/null 2>&1 && \
if [ -n "$WAYLAND_DISPLAY" ]; then
wl-copy --clear
fi
rm ~/.local/share/clipse/clipboard_history.json >/dev/null 2>&1