aboutsummaryrefslogtreecommitdiff
path: root/dot_config/newsraft/config.tmpl
blob: 17da714de50920721d033bbee57ffddec5fb4916 (plain)
1
2
3
4
5
6
7
8
9
10
11
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'