From 6b9598f8c2f7e6c2ae043e03838f152f73c63f92 Mon Sep 17 00:00:00 2001 From: Tetardtek Date: Mon, 23 Feb 2026 11:42:31 +0100 Subject: [PATCH] =?UTF-8?q?fix(launcher):=20d=C3=A9sactiver=20le=20cache?= =?UTF-8?q?=20wofi=20qui=20r=C3=A9ordonnait=20les=20items=20en=20favoris?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- INSTALL/configs/waybar/scripts/rofi-launcher.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL/configs/waybar/scripts/rofi-launcher.sh b/INSTALL/configs/waybar/scripts/rofi-launcher.sh index 938682b..8f2d0de 100755 --- a/INSTALL/configs/waybar/scripts/rofi-launcher.sh +++ b/INSTALL/configs/waybar/scripts/rofi-launcher.sh @@ -63,7 +63,8 @@ CHOICE=$(echo "$FULL_LIST" | \ --height 500 \ --x 16 \ --y 70 \ - --location top_left) + --location top_left \ + --cache-file=/dev/null) [[ -z "$CHOICE" ]] && exit 0