diff options
author | luxagraf <sng@luxagraf.net> | 2023-06-01 10:28:04 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2023-06-01 10:28:04 -0500 |
commit | 87fbfbf4b1feaf352bc145a0530b0dfeab34b46b (patch) | |
tree | a809b7fd761581baf7957a50639b5d6439976757 /.config | |
parent | 34ca1b6676fa70557f15863979161d5a7c13a430 (diff) |
added a bunch of new scripts and helpers for w3m, newsboat, and tmux
Diffstat (limited to '.config')
-rw-r--r-- | .config/newsboat/config | 10 | ||||
-rw-r--r-- | .config/openbox/rc.xml | 2 |
2 files changed, 8 insertions, 4 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config index 078ce52..63da899 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -8,6 +8,7 @@ ttrss-mode "multi" ttrss-login "admin" ttrss-password "hyperrealtranslinguis@34zaq" ttrss-url "https://rss.luxagraf.net/" +save-path ~/notes/saved_articles/ # vim-like navigation bind-key j down @@ -16,8 +17,12 @@ bind-key g home bind-key G end #macro y set browser "mpv %u" ; open-in-browser ; set browser "browser %u" -macro y set browser "tsp yt-dlp %u"; open-in-browser ; set browser "$BROWSER %u" -macro d set browser "yt-dlp %u &"; open-in-browser-noninteractively; set browser $BROWSER +#macro y set browser "tsp yt-dlp %u"; open-in-browser ; set browser "$BROWSER %u" + +# copy url to download video using yt-dlp +macro y set browser "echo %u | xsel -ib"; open-in-browser ; set browser "$BROWSER %u" +macro w set browser "open-in-pane %u"; open-in-browser ; set browser "$BROWSER %u" +macro s set browser "tmux split-window && tmux send-keys 'ranger ~/notes/saved_articles && tmux kill-pane\n'" ; open-in-browser ; set browser "$BROWSER %u" confirm-mark-all-feeds-read no confirm-mark-feed-read no download-full-page yes @@ -29,7 +34,6 @@ browser "$BROWSER" #browser "firefox-developer-edition" bind-key v open-in-browser-and-mark-read #bind-key o open-in-browser-and-mark-read -save-path ~/documents/articles bind-key S save reload-threads 4 diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index 7c0637f..96073d3 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -183,7 +183,7 @@ <keybind key="A-F6"> <action name="MaximizeFull"/> </keybind> - <keybind key="C-A-space"> + <keybind key="C-A-B"> <action name="ShowMenu"> <menu>root-menu</menu> </action> |