diff --git a/docs/features/README.md b/docs/features/README.md index d49c90b..7a47def 100644 --- a/docs/features/README.md +++ b/docs/features/README.md @@ -10,4 +10,4 @@ Most code for features can be found in the [features](../../src/features) direct - [Virtual Drive](./virtual-drive//README.md) - [Windows](./windows/README.md) - [Taskbar](./taskbar/README.md) - +- [Settings](./settings/README.md) diff --git a/docs/features/settings/README.md b/docs/features/settings/README.md new file mode 100644 index 0000000..404ac68 --- /dev/null +++ b/docs/features/settings/README.md @@ -0,0 +1,19 @@ +[← Back](../README.md) + +# Settings + +Each group of settings is controlled by a separate xml file. The virtual directory for these files is `~/.config`. The default values for these files can be viewed and edited inside the [public/config](../../../public/config/) directory. + +## Example + +```xml + + + + + + + /media/wallpapers/Wallpaper1.png + +``` \ No newline at end of file