diff options
Diffstat (limited to '.config/newsboat/config')
-rw-r--r-- | .config/newsboat/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config index 2330a1f..594c8fb 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -29,7 +29,7 @@ color end-of-text-marker color8 default browser "setsid xdg-open %u >/dev/null 2>&1 &" macro v set browser "setsid mpv %u >/dev/null 2>&1 &" ; open-in-browser ; set browser "setsid xdg-open %u >/dev/null 2>&1 &" -macro c set browser "echo %u | xclip -r -sel c" ; open-in-browser ; set browser "setsid xdg-open %u >/dev/null 2>&1 &" +macro c set browser "wl-copy %u" ; open-in-browser ; set browser "setsid xdg-open %u >/dev/null 2>&1 &" macro d set browser "nohup yt-dlp -qi --embed-metadata --restrict-filenames %u &" ; open-in-browser ; set browser "setsid xdg-open %u >/dev/null 2>&1 &" highlight all "---.*---" yellow |