Forrest logo
back to context overview

xdg-settings

List of commands for xdg-settings:

  • xdg-settings:ai:43dcc Sets the default text editor for opening text files
    $ xdg-settings set default-text-editor ${editor}
    try on your machine
    explain this command
  • xdg-settings:ai:c2436 Set default text editor to Vim using xdg-settings
    $ xdg-settings set default-text-editor vim.desktop
    try on your machine
    explain this command
  • xdg-settings:tldr:5b799 xdg-settings: Print the default web browser.
    $ xdg-settings get ${default-web-browser}
    try on your machine
    explain this command
  • xdg-settings:tldr:603c8 xdg-settings: Set the default mail URL scheme handler to Evolution.
    $ xdg-settings set ${default-url-scheme-handler} ${mailto} ${evolution-desktop}
    try on your machine
    explain this command
  • xdg-settings:tldr:624c7 xdg-settings: Set the default PDF document viewer.
    $ xdg-settings set ${pdf-viewer-desktop}
    try on your machine
    explain this command
  • xdg-settings:tldr:a3858 xdg-settings: Set the default web browser to Firefox.
    $ xdg-settings set ${default-web-browser} ${firefox-desktop}
    try on your machine
    explain this command
  • xdg-settings:tldr:d7773 xdg-settings: Display help.
    $ xdg-settings --help
    try on your machine
    explain this command
back to context overview