diff options
Diffstat (limited to 'dotfiles/.config/newsboat/config')
-rw-r--r-- | dotfiles/.config/newsboat/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.config/newsboat/config b/dotfiles/.config/newsboat/config index 659c9b8..0dda478 100644 --- a/dotfiles/.config/newsboat/config +++ b/dotfiles/.config/newsboat/config @@ -33,6 +33,6 @@ color info color7 color0 color article default default color end-of-text-marker white default -browser "setsid mimeo %u" +browser "setsid xdg-open %u &" macro , open-in-browser #macro c set browser "copy(){ printf '%s' $1 | wl-copy ;}; copy "; open-in-browser ; set browser mimeo |