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