From d96541d2d36a28b0c453ab7fc6fe67d7686ba948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Tue, 30 Dec 2025 23:09:55 +0000 Subject: [PATCH] modified: "docs/display-managers/matchbox\342\200\221wm.md" --- docs/display-managers/matchbox‑wm.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/display-managers/matchbox‑wm.md b/docs/display-managers/matchbox‑wm.md index 80abb6d..83d3b68 100644 --- a/docs/display-managers/matchbox‑wm.md +++ b/docs/display-managers/matchbox‑wm.md @@ -6,8 +6,6 @@ matchbox‑wm is a minimal, single‑window X11 window manager originally design * Single‑window design: Only one application window is shown at a time, always fullscreen. -* Extremely lightweight: Uses roughly 1–2 MB of RAM, suitable for low‑memory environments. - * No desktop components: No panels, menus, compositors, notifications, or session daemons. * Deterministic behavior: Eliminates window management complexity, ideal for locked‑down kiosk workflows. @@ -25,7 +23,7 @@ apt install matchbox-window-manager xorg ## Setup -Example to start matchbox-window-manager, auto login user xxx and start chromium. +Example to start matchbox-window-manager, auto login user xxx and start chromium kiosk mode. 1. Auto login @@ -53,7 +51,7 @@ if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then fi ``` -3. Setup setup scripts +3. Setup scripts ``` bash # /home/xxx/.xinitrc @@ -63,7 +61,6 @@ export SSL_CERT_DIR=/etc/ssl/certs export SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt matchbox-window-manager & - chromium \ --kiosk \ --noerrdialogs \ @@ -77,7 +74,7 @@ chmod +x /home/xxx/.xinitrc ## misc -Stop auto tty session and kill session: +Stop auto tty session and kill sessions: ``` bash sudo systemctl stop getty@tty1