1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

xdg-settings: add page (#8215)

This commit is contained in:
adamoudad 2022-07-27 20:05:48 +09:00 committed by GitHub
parent 051f58297a
commit 9619e5379b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,24 @@
# xdg-settings
> Manage settings of XDG-compatible desktop environments.
> More information: <https://portland.freedesktop.org/doc/xdg-settings.html>.
- Print the default web browser:
`xdg-settings get {{default-web-browser}}`
- Set the default web browser to Firefox:
`xdg-settings set {{default-web-browser}} {{firefox.desktop}}`
- Set the default mail URL scheme handler to Evolution:
`xdg-settings set {{default-url-scheme-handler}} {{mailto}} {{evolution.desktop}}`
- Set the default PDF document viewer:
`xdg-settings set {{pdf-viewer.desktop}}`
- Display help:
`xdg-settings --help`