hyprland: remove xclip sync

This commit is contained in:
Alexandre Cavalheiro 2024-06-26 02:11:57 -03:00
parent c9d8d353ba
commit c5be754716
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -53,7 +53,5 @@ kdeconnect-cli --refresh &
#
# Clipboard manager
#
wl-paste -w cliphist store &
# Need this to be able to paste in xwayland applications.
wl-paste -t text -w sh -c 'xclip -selection clipboard -o > /dev/null 2> /dev/null || xclip -selection clipboard'
wl-paste --type text --watch cliphist store &
wl-paste --type image --watch cliphist store &