diff options
author | epochqwert <epoch@hacking.allowed.org> | 2018-04-10 04:00:57 +0000 |
---|---|---|
committer | epochqwert <epoch@hacking.allowed.org> | 2018-04-10 04:00:57 +0000 |
commit | 97e7c66064d09f242f4a1132f5d372db2f654c51 (patch) | |
tree | cb1e330e5a402fb12d8664193e87795b19c83073 /start.conf.example | |
parent | 5b903c069d61ea0937c8863043aeec66db80f6c8 (diff) | |
download | uritools-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
Diffstat (limited to 'start.conf.example')
-rw-r--r-- | start.conf.example | 1 |
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 |