Forrest logo
back to context overview

dconf-write

List of commands for dconf-write:

  • dconf-write:tldr:08249 dconf-write: Write a specific array key value.
    $ dconf write ${-path-to-key} "[${'first', 'second', ---}]"
    try on your machine
    explain this command
  • dconf-write:tldr:2dae0 dconf-write: Write a specific string key value.
    $ dconf write ${-path-to-key} "'${string}'"
    try on your machine
    explain this command
  • dconf-write:tldr:51f52 dconf-write: Write a specific key value.
    $ dconf write ${-path-to-key} "${value}"
    try on your machine
    explain this command
  • dconf-write:tldr:d9364 dconf-write: Write a specific empty array key value.
    $ dconf write ${-path-to-key} "@as []"
    try on your machine
    explain this command
back to context overview