From 694813e05187b5ccf144425c4bad6f5ab4f92234 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Mon, 6 Nov 2023 08:21:05 +0100 Subject: ERASE THIS --- config/common/mpv/input.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/common') diff --git a/config/common/mpv/input.conf b/config/common/mpv/input.conf index 295dd4d..dd2674f 100644 --- a/config/common/mpv/input.conf +++ b/config/common/mpv/input.conf @@ -204,3 +204,6 @@ Alt+c cycle sub-visibility # Toggle subtitles v cycle audio # switch audio track V cycle audio # switch audio track ctrl+l cycle-values loop-file "inf" "no" # toggle infinite looping + +# Keep open after exit +P cycle keep-open up -- cgit v1.2.3 From 7f2e035fcec31435fb93cd9d8258a6034b8caa7a Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 21 Nov 2023 08:16:27 +0100 Subject: added keybind to list chapters --- config/common/mpv/input.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/common') diff --git a/config/common/mpv/input.conf b/config/common/mpv/input.conf index dd2674f..7e8c13c 100644 --- a/config/common/mpv/input.conf +++ b/config/common/mpv/input.conf @@ -207,3 +207,5 @@ ctrl+l cycle-values loop-file "inf" "no" # toggle infinite looping # Keep open after exit P cycle keep-open up + +K script-message osc-chapterlist \ No newline at end of file -- cgit v1.2.3 From a365e6c8dc75825c993f0bc7b14734032e57096e Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Mon, 11 Dec 2023 21:50:05 +0100 Subject: Show select tag menu as home, and return to it from selected tag view --- config/common/newsboat/config | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'config/common') diff --git a/config/common/newsboat/config b/config/common/newsboat/config index 5f93d68..88ec7ad 100644 --- a/config/common/newsboat/config +++ b/config/common/newsboat/config @@ -18,15 +18,19 @@ highlight article "\\[[0-9]+\\]" color10 default bold highlight article "\\[image\\ [0-9]+\\]" color10 default bold highlight feedlist "^─.*$" color6 color0 bold -bind-key j next all -bind-key k prev all +bind-key j next +bind-key k prev bind-key h quit +bind-key h set-tag feedlist # return back to tags from 'selected tag' view bind-key l open bind-key g home bind-key G end bind-key U show-urls bind-key a toggle-article-read +# Set home to tags +run-on-startup set-tag + show-keymap-hint no swap-title-and-hints yes -- cgit v1.2.3 From d29b1ce8dded4f19bcbd6b667b8ac2eb454a315d Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Wed, 13 Dec 2023 01:28:52 +0100 Subject: stop screensaver in mpv --- config/common/mpv/mpv.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/common') diff --git a/config/common/mpv/mpv.conf b/config/common/mpv/mpv.conf index 7d9d1fe..25f4cd2 100755 --- a/config/common/mpv/mpv.conf +++ b/config/common/mpv/mpv.conf @@ -24,6 +24,8 @@ demuxer-max-back-bytes=75000000 # Force stream to be seekable even if disabled. force-seekable=yes +stop-screensaver=yes + slang=eng, en, english alang=jpn -- cgit v1.2.3