From 70ce202e7aef59c3c22a5e75fc7fc671bdcdfbaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 21 Apr 2024 18:21:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(hypr):=20wl-clip-persist=20n?= =?UTF-8?q?ow=20loads=20before=20wl-copy=20to=20avoid=20errors=20in=20apps?= =?UTF-8?q?=20such=20as=20discord?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/scripts/autostart/services | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/hypr/scripts/autostart/services b/.config/hypr/scripts/autostart/services index 297725cc..1b957ab8 100755 --- a/.config/hypr/scripts/autostart/services +++ b/.config/hypr/scripts/autostart/services @@ -29,8 +29,8 @@ devify & hypridle & # Clipboard -wl-paste --watch cliphist store & wl-clip-persist --clipboard regular & +wl-paste --watch cliphist store & # Polkit authentication /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &