mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-15 06:32:40 +00:00
feat: Moves hyprland scripts that were missed and updates systemd services to the appropriate locations.
This commit is contained in:
8
env/.local/scripts/hypr/clear-clipboard-history
vendored
Executable file
8
env/.local/scripts/hypr/clear-clipboard-history
vendored
Executable 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
|
||||
Reference in New Issue
Block a user