diff options
author | awy <awy@awy.one> | 2025-08-24 16:04:58 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-24 16:04:58 +0300 |
commit | 40292bd7d818f6f9fd3840cd17cadcddd3abab8c (patch) | |
tree | 35c32131d72a8e1b1c883260bef7e9bb5feb0962 /.config/newsraft | |
parent | a1e9b2c3094d4371d03a24bc2c5361d65f8abf14 (diff) | |
download | hyprdots-40292bd7d818f6f9fd3840cd17cadcddd3abab8c.tar.gz |
newsraft
Diffstat (limited to '.config/newsraft')
-rw-r--r-- | .config/newsraft/config | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/newsraft/config b/.config/newsraft/config new file mode 100644 index 0000000..ee7da16 --- /dev/null +++ b/.config/newsraft/config @@ -0,0 +1,11 @@ +open-in-browser-command linkhandler "%l" +#bind t exec qndl "%l" +#bind a exec "tsp yt-dlp --embed-metadata -xic -f bestaudio/best --restrict-filenames" +unbind d +unbind a +unbind A +unbind v +bind a mark-read; jump-to-next +bind A mark-unread; jump-to-next +bind v exec setsid -f mpv "%l" +bind d exec setsid -f dmenuhandler "%l" |