dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 01919c4911200a616aec37b0cad8f34871f4565a
parent 63ea97c526382948df16507529dbe7ff7cc20dd2
Author: andrew.laack <andrew.laack@imbue.com>
Date:   Fri,  5 Sep 2025 21:17:56 -0500

Updated vim integration w/ newsboat and tor proxy toggle in qute.

Diffstat:
Mnewsboat/config | 2+-
Mqutebrowser/autoconfig.yml | 10+++++++++-
Mqutebrowser/bookmarks/urls | 1+
3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/newsboat/config b/newsboat/config @@ -22,7 +22,7 @@ highlight article "^(Title):.*$" blue default highlight article "https?://[^ ]+" red default highlight article "\\[image\\ [0-9]+\\]" green default -browser "qutebrowser %u" +browser "sh -c 'lynx -dump %u | nvim -R -'" show-read-feeds no refresh-on-startup yes diff --git a/qutebrowser/autoconfig.yml b/qutebrowser/autoconfig.yml @@ -39,9 +39,13 @@ settings: <Ctrl+Shift+Up>: tab-move - <Ctrl+Tab>: null <Ctrl+Up>: tab-prev + <Ctrl+d>: ' set content.proxy system ;; set colors.statusbar.normal.bg "#000000";; + set colors.statusbar.insert.bg "#000000" ;;message-info "TOR DISABLED"' <Ctrl+h>: config-cycle tabs.show always switching <Ctrl+n>: tab-give - <Ctrl+p>: open -t -- {clipboard} + <Ctrl+p>: ' set content.proxy socks5://localhost:9050 ;; set colors.statusbar.normal.bg + "#5e3a87" ;; set colors.statusbar.insert.bg "#5e3a87";; message-info "TOR + ENABLED"' <Ctrl+s>0: tab-focus 0 <Ctrl+w>: null <Ctrl+x>: tab-close @@ -77,6 +81,8 @@ settings: global: '#FF0000' colors.statusbar.insert.bg: global: '#000000' + colors.statusbar.normal.bg: + global: '#000000' colors.tabs.even.bg: global: black colors.tabs.even.fg: @@ -141,6 +147,8 @@ settings: global: default_size default_family hints.chars: global: arstdhneio + messages.timeout: + global: 1000 tabs.favicons.show: global: never tabs.max_width: diff --git a/qutebrowser/bookmarks/urls b/qutebrowser/bookmarks/urls @@ -6,3 +6,4 @@ https://sundialsc.com/SCOffice/pages/logon.aspx?ReturnUrl=%2Fscoffice Logon https://swdoc-dev.outsystemsenterprise.com/SWDOC_OutSystems_Home/ OutSystems Home https://mail.zoho.com zoho http://100.110.209.51:180/admin pihole +https://check.torproject.org/ Sorry. You are not using Tor.