9 lines
385 B
Markdown
9 lines
385 B
Markdown
# xdg-sanity
|
|
|
|
This script is built to replace your default web browser in your desktop/XDG
|
|
settings. It intercepts http/s URIs sent to the default browser by XDG settings
|
|
and sends it to the appropriate application. For example, it will send
|
|
image/jpeg MIME type files to your image viewer.
|
|
|
|
Add your default web browser to `/etc/xdg-sanity.conf` so the script can forward
|
|
links to it. |