diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-12-15 18:14:58 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-12-15 18:14:58 -0500 |
commit | 9710351be5ee483d1326aa3570e4afe782e48570 (patch) | |
tree | 403870f6e0c8397d1185c136529b94706d4310e7 /.urlview | |
parent | 0a16ab8ab338ca93f6d12b424182ad079d502d10 (diff) | |
download | dotfiles-9710351be5ee483d1326aa3570e4afe782e48570.tar.xz dotfiles-9710351be5ee483d1326aa3570e4afe782e48570.zip |
updated package list, updated muttrc with smtp, added some themes
Diffstat (limited to '.urlview')
-rw-r--r-- | .urlview | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -16,7 +16,6 @@ # Regular expression to use to match URLs. #REGEXP (((http|https|ftp|gopher)|mailto):(//)?[^ >"\t]*|www\.[-a-z0-9.]+)[^ .,;\t>">\):] -REGEXP (((http|https|ftp|gopher)|mailto)[.:][^ >"\t]*|www\.[-a-z0-9.]+)[^ .,;\t>">\):] # Command to invoke for selected URL. Use lynx, netscape, or url_handler.sh # shell script. Alternatively, you can leave COMMAND unset and set the BROWSER @@ -24,8 +23,7 @@ REGEXP (((http|https|ftp|gopher)|mailto)[.:][^ >"\t]*|www\.[-a-z0-9.]+)[^ .,;\t> #COMMAND lynx %s #COMMAND netscape -remote 'openURL(%s)' -#COMMAND url_handler.sh -COMMAND qutebrowser %s +COMMAND url_handler.sh # Quit urlview after launch |