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"