From e98a8320fb2ef39cda454330b43dc23a9011be04 Mon Sep 17 00:00:00 2001 From: nocode Date: Sat, 4 Jul 2026 00:26:27 +0200 Subject: [PATCH] feat(wofi): add wofi application menu configuration Add wofi configuration file for FWS with settings for case-insensitive search, image support, custom dimensions, and application prompt. --- configs/releng/airootfs/usr/local/share/fws/wofi-config | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 configs/releng/airootfs/usr/local/share/fws/wofi-config diff --git a/configs/releng/airootfs/usr/local/share/fws/wofi-config b/configs/releng/airootfs/usr/local/share/fws/wofi-config new file mode 100644 index 0000000..a5cae46 --- /dev/null +++ b/configs/releng/airootfs/usr/local/share/fws/wofi-config @@ -0,0 +1,7 @@ +# FWS — configuration wofi (menu d'applications). +insensitive=true +allow_images=true +image_size=24 +prompt=Applications +width=560 +height=440