diff --git a/doc/ENV.md b/doc/ENV.md index b6f57298..2c62af59 100644 --- a/doc/ENV.md +++ b/doc/ENV.md @@ -1,7 +1,7 @@ # Environment vaiables -Platforms that support both X11 and Wayland (Linux, namely) support launching Milsko programs with following environment variables: +Milsko programs can be optionally configured at runtime using the following environment variables: -- `MW_BACKEND`: set to either `wayland` or `x11` to force which display protocol Wayland uses -- `MW_FORCE_CSD`: set to force the wayland backend to use CSD instead of SSD -- `MW_LIGHT_THEME`/`MW_DARK_THEME`: set to have either wayland or x11 ignore the system's appearence settings and either just use light theme/dark theme. +- `MW_LIGHT_THEME`/`MW_DARK_THEME`: ignore the system's appearence settings and either use light theme or dark theme respectively . +- `MW_BACKEND` (Linux/X11 only): set to either `wayland` or `x11` to force which display protocol Wayland uses +- `MW_FORCE_CSD` (Linux/X11 only): set to force the wayland backend to use CSD instead of SSD