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:
parent
051f58297a
commit
9619e5379b
1 changed files with 24 additions and 0 deletions
24
pages/linux/xdg-settings.md
Normal file
24
pages/linux/xdg-settings.md
Normal 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`
|
Loading…
Add table
Reference in a new issue