From 273e90bc80e0fd672c6dbbb8481172bbbdeb5888 Mon Sep 17 00:00:00 2001 From: Yocraft-2000 <304616174+Yocraft-2000@users.noreply.github.com> Date: Sat, 18 Jul 2026 00:28:47 +0200 Subject: [PATCH] Update README: default links --- web-launcher/README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/web-launcher/README.md b/web-launcher/README.md index ef95f07..2bf55ef 100644 --- a/web-launcher/README.md +++ b/web-launcher/README.md @@ -24,4 +24,15 @@ You can customize the list and order of websites in settings. | Setting | Type | Default | Description | | --- | --- | --- | --- | -| `links` | `string_list` | | Websites list and order. | +| `links` | `string_list` | `see below` | Websites list and order. | +| `notify` | `bool` | `false` | Toggle notification when launching website. | + +Default links: +``` +"GitHub|https://github.com", +"GitLab|https://gitlab.com", +"Codeberg|https://codeberg.org", +"Reddit|https://reddit.com", +"YouTube|https://youtube.com", +"Gmail|https://mail.google.com", +```