mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-13 22:02:34 +00:00
9 lines
172 B
Bash
Executable File
9 lines
172 B
Bash
Executable File
#!/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
|