diff options
Diffstat (limited to 'dot_config/newsraft/config.tmpl')
| -rw-r--r-- | dot_config/newsraft/config.tmpl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dot_config/newsraft/config.tmpl b/dot_config/newsraft/config.tmpl new file mode 100644 index 0000000..17da714 --- /dev/null +++ b/dot_config/newsraft/config.tmpl @@ -0,0 +1,12 @@ +{{- if eq .wm "x11" -}} +copy-to-clipboard-command "xsel -ib" +{{- else }} +copy-to-clipboard-command "wl-copy" +{{- end }} + +bind a mark-read +bind u mark-unread +bind U mark-unread-all +bind d exec st yt-dlp '%l' +bind v exec st mpv '%l' +#bind a exec st mpv --no-video '%l' |