From 9ec8eb7bade6ce0ceb955ab5e4a19928bc2ed4dd Mon Sep 17 00:00:00 2001 From: Akina Date: Sat, 23 May 2026 16:33:53 +0900 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20wl-clip-persist=20?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=E9=A1=B9=EF=BC=8C=E8=A7=A3=E5=86=B3=20mark-s?= =?UTF-8?q?hot=20=E5=89=AA=E8=B4=B4=E6=9D=BF=E6=95=B0=E6=8D=AE=E9=9A=8F?= =?UTF-8?q?=E8=BF=9B=E7=A8=8B=E9=80=80=E5=87=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.kdl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.kdl b/config.kdl index c453ef6..55bbe10 100644 --- a/config.kdl +++ b/config.kdl @@ -271,6 +271,9 @@ layout { // Use dms instead of waybar // spawn-at-startup "waybar" +// Keep clipboard data alive after the source application exits (e.g. mark-shot). +spawn-at-startup "wl-clip-persist" "--clipboard" "regular" + // To run a shell command (with variables, pipes, etc.), use spawn-sh-at-startup: // spawn-sh-at-startup "qs -c ~/source/qs/MyAwesomeShell"