From c7ec3b80238fb24c690f87f7100a18c447a6d551 Mon Sep 17 00:00:00 2001 From: IoIxD Date: Sat, 26 Sep 2026 19:12:28 -0700 Subject: [PATCH] update env doc --- doc/ENV.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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