From 7f1699663d16b612cb232fd230c06492021fa692 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 10 Aug 2025 17:40:23 +0700 Subject: [PATCH] use wl-clip-persist so clipboard content won't go away when the content source app is closed --- .config/hypr/hyprland/execs.conf | 1 + arch-packages/illogical-impulse-basic/PKGBUILD | 1 + 2 files changed, 2 insertions(+) diff --git a/.config/hypr/hyprland/execs.conf b/.config/hypr/hyprland/execs.conf index 6d92de1c8..659f0ea92 100644 --- a/.config/hypr/hyprland/execs.conf +++ b/.config/hypr/hyprland/execs.conf @@ -20,6 +20,7 @@ exec-once = easyeffects --gapplication-service # exec-once = wl-paste --watch cliphist store & exec-once = wl-paste --type text --watch cliphist store exec-once = wl-paste --type image --watch cliphist store +exec-once = wl-clip-persist --clipboard regular # Cursor exec-once = hyprctl setcursor Bibata-Modern-Classic 24 diff --git a/arch-packages/illogical-impulse-basic/PKGBUILD b/arch-packages/illogical-impulse-basic/PKGBUILD index c338727f9..d4e74276a 100644 --- a/arch-packages/illogical-impulse-basic/PKGBUILD +++ b/arch-packages/illogical-impulse-basic/PKGBUILD @@ -16,5 +16,6 @@ depends=( ripgrep jq meson + wl-clip-persist xdg-user-dirs )