use wl-clip-persist

so clipboard content won't go away when the content source app is closed
This commit is contained in:
end-4
2025-08-10 17:40:23 +07:00
parent 252675d3ff
commit 7f1699663d
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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
@@ -16,5 +16,6 @@ depends=(
ripgrep
jq
meson
wl-clip-persist
xdg-user-dirs
)