From 02c0401f96e9622ce738e68a15431992d40458e3 Mon Sep 17 00:00:00 2001 From: Joel Mathew Thomas <90510078+joelmathewthomas@users.noreply.github.com> Date: Sun, 20 Oct 2024 21:03:22 +0530 Subject: [PATCH] fixed clipboard selection glitch in gtk apps --- .config/hypr/conf/autostart.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/hypr/conf/autostart.conf b/.config/hypr/conf/autostart.conf index 47d13e2..ec9c384 100644 --- a/.config/hypr/conf/autostart.conf +++ b/.config/hypr/conf/autostart.conf @@ -31,7 +31,7 @@ exec-once = wl-paste --type text --watch cliphist store #Stores only text data exec-once = wl-paste --type image --watch cliphist store #Stores only image data -exec-once = wl-clip-persist --clipboard both --write-timeout 1000 +exec-once = wl-clip-persist --clipboard regular --write-timeout 1000 # Set XCURSOR exec-once = gsettings set org.gnome.desktop.interface cursor-theme 'Bibata-Modern-Classic'