From 57cb004b71a9a9f688418da05cf88cc670b69f0f Mon Sep 17 00:00:00 2001 From: twells46 Date: Thu, 1 Jan 2026 08:59:03 -0600 Subject: Cleanup x11 vs wayland commands --- dot_config/newsraft/config.tmpl | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dot_config/newsraft/config.tmpl (limited to 'dot_config/newsraft/config.tmpl') 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' -- cgit v1.2.3