From 9cc751df321bf5485ade033e60566c42502ea203 Mon Sep 17 00:00:00 2001 From: Nathachou <83581717+HANTALE-59@users.noreply.github.com> Date: Thu, 25 Sep 2025 05:57:23 +0200 Subject: readme: update example config (#693) * Update README.md (added playback and explorer examples in config I know it's pretty useless to add this but some guys wouldn't know we can edit these in shell config file * Update README.md I'm stupid --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 68cb27f..fd78f44 100644 --- a/README.md +++ b/README.md @@ -251,7 +251,9 @@ default, you must create it manually. "general": { "apps": { "terminal": ["foot"], - "audio": ["pavucontrol"] + "audio": ["pavucontrol"], + "playback": ["mpv"], + "explorer": ["thunar"] }, "battery": { "warnLevels": [ -- cgit v1.2.3-freya