From 53cd7ee6004994b2515bc49bf9a69f649d9d991c Mon Sep 17 00:00:00 2001 From: Joel Mathew Thomas <90510078+joelmathewthomas@users.noreply.github.com> Date: Mon, 20 May 2024 22:03:12 +0530 Subject: [PATCH] added wl-clip-persist --- .config/hypr/conf/autostart.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/hypr/conf/autostart.conf b/.config/hypr/conf/autostart.conf index 4218bea..fc6c532 100644 --- a/.config/hypr/conf/autostart.conf +++ b/.config/hypr/conf/autostart.conf @@ -31,6 +31,8 @@ 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 regular --write-timeout 1000 + # Set XCURSOR exec-once = gsettings set org.gnome.desktop.interface cursor-theme 'Bibata-Modern-Classic'