repo: uritools
action: commit
revision: 
path_from: 
revision_from: 97e7c66064d09f242f4a1132f5d372db2f654c51:
path_to: 
revision_to: 
git.thebackupbox.net
uritools
git clone git://git.thebackupbox.net/uritools
commit 97e7c66064d09f242f4a1132f5d372db2f654c51
Author: epochqwert 
Date:   Tue Apr 10 04:00:57 2018 +0000

    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

diff --git a/start.conf.example b/start.conf.example
index 372df9702588e3605de0b0df142e13b9541f7bb0..
index ..c35d8f04c0bccb371183a2e7761965696cafbec7 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

-----END OF PAGE-----