From c5be754716f03de3e3f0c1c705eb8e00fcdfc1e8 Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Wed, 26 Jun 2024 02:11:57 -0300 Subject: [PATCH] hyprland: remove xclip sync --- scripts/hyprland/start_services.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts/hyprland/start_services.sh b/scripts/hyprland/start_services.sh index ccf927c..ec4da13 100755 --- a/scripts/hyprland/start_services.sh +++ b/scripts/hyprland/start_services.sh @@ -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 &