dotfiles

My configuration files.
git clone https://git.svenmoeller.xyz/dotfiles.git
Log | Files | Refs | README

commit d8342d368b9925f92dc7d2d510820ecd6b79b7c0
parent 88aed62d22e332c75230811be5d62da895867abd
Author: Sven Möller <sven@svenmoeller.xyz>
Date:   Thu, 22 Dec 2022 18:36:53 +0100

Add magnet link to linkhandler

Diffstat:
Mbin/.local/bin/lh | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/bin/.local/bin/lh b/bin/.local/bin/lh @@ -14,6 +14,9 @@ open () { *.pdf|*.epub) $DOCVIEWER "$url" ;; + magnet:*) + tremc "$url" + ;; *) $BROWSER "$url" ;;