Improved Null in db

Fixed the rofi error window from instantly being removed with
a double click - there's probably a better way like using some
IGNORE_FIRST_CLICK_FOR_10ms or something
This commit is contained in:
2025-08-19 23:21:42 +01:00
parent bcf68c8332
commit b6664492fa
2 changed files with 21 additions and 8 deletions

View File

@@ -6,4 +6,7 @@ SELECTION=$(rofi -dmenu <<< "$CARDS")
CARD_OUTPUT=$(/home/arthurr/code/mini_projects/scryfall_deser/target/debug/scryfall_deser --exact $SELECTION)
# If you double check the first rofi selection it seems to prevent the error window from popping up
sleep 0.05
rofi -e "$CARD_OUTPUT"