xdg-settings: add page (#8215)

pull/1/head
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
1 changed files with 24 additions and 0 deletions

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`