small updates

This commit is contained in:
Michael Chalupiak
2024-10-07 13:02:29 -04:00
parent 71f9943811
commit 92ffe1857e
5 changed files with 17 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/sh
GAMES=$(find /home/mikec/Documents/Games/ROMS/NES/USA -iname "*.nes" | bemenu -i --fn "Cascadia Code 12")
GAMES=$(find /home/mikec/Documents/Games/ROMS/NES/USA -iname "*.nes" | dmenu -i)
[ -z "$GAMES" ] || fceux "$GAMES"