From 97e7c66064d09f242f4a1132f5d372db2f654c51 Mon Sep 17 00:00:00 2001 From: epochqwert Date: Tue, 10 Apr 2018 04:00:57 +0000 Subject: added another line to the example config to show how to make it handle URLs with an unknown scheme (probably files) and pass them to xdg-open --- start.conf.example | 1 + 1 file changed, 1 insertion(+) diff --git a/start.conf.example b/start.conf.example index 372df97..c35d8f0 100644 --- a/start.conf.example +++ b/start.conf.example @@ -1,2 +1,3 @@ finger:printf "%p\n" | ncat "%d" 79 | tr -d '\r' | xmessage -file - http:dillo %U +DEFAULT:xdg-open %U -- cgit v1.2.3