mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Replace links with w3m
This commit is contained in:
parent
a26a3c4c78
commit
482f5f0213
|
@ -13,7 +13,7 @@ refresh-on-startup yes
|
|||
|
||||
# Macros
|
||||
macro w set browser "mpv %u" ; open-in-browser ; set browser "xdg-open %u"
|
||||
macro r set browser "links %u" ; open-in-browser ; set browser "xdg-open %u"
|
||||
macro r set browser "w3m %u" ; open-in-browser ; set browser "xdg-open %u"
|
||||
|
||||
# bind keys
|
||||
bind-key ; macro-prefix
|
||||
|
|
|
@ -27,7 +27,7 @@ pacman:
|
|||
- ncdu # Find largest folders (size)
|
||||
- calcurse # Terminal calendar with todo
|
||||
- bpytop # Modern system resource monitor
|
||||
- links # Terminal text-only web browser
|
||||
- w3m # Terminal text-only web browser
|
||||
- newsboat # Terminal RSS feed reader
|
||||
|
||||
# Networking/Internet
|
||||
|
|
Loading…
Reference in a new issue