summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorepochqwert <epoch@hacking.allowed.org>2018-04-10 04:00:57 +0000
committerepochqwert <epoch@hacking.allowed.org>2018-04-10 04:00:57 +0000
commit97e7c66064d09f242f4a1132f5d372db2f654c51 (patch)
treecb1e330e5a402fb12d8664193e87795b19c83073
parent5b903c069d61ea0937c8863043aeec66db80f6c8 (diff)
downloaduritools-97e7c66064d09f242f4a1132f5d372db2f654c51.tar.gz
uritools-97e7c66064d09f242f4a1132f5d372db2f654c51.zip
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
-rw-r--r--start.conf.example1
1 files changed, 1 insertions, 0 deletions
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