summaryrefslogtreecommitdiff
path: root/bin/menuscripts/mgame
diff options
context:
space:
mode:
authorRaymaekers Luca <luca@spacehb.net>2025-05-18 14:26:08 +0200
committerRaymaekers Luca <luca@spacehb.net>2025-05-18 14:26:08 +0200
commit64557b43698bedc363d1f430478d1447795935df (patch)
treee8396dbe40d2375b32c8d7c712c0dfb393afd033 /bin/menuscripts/mgame
parent42ea52839a4d4b20efffc3267dc9d80b82bd3a81 (diff)
checkpoint
Diffstat (limited to 'bin/menuscripts/mgame')
-rwxr-xr-xbin/menuscripts/mgame2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/menuscripts/mgame b/bin/menuscripts/mgame
index cd7a7b0..cf23aa0 100755
--- a/bin/menuscripts/mgame
+++ b/bin/menuscripts/mgame
@@ -14,7 +14,7 @@ steam_games()
done
}
-Choice="$(steam_games | cut -f 2- -d' ' | dmenu -c -i -x)"
+Choice="$(steam_games | cut -f 2- -d' ' | grep -v -i 'brawlhalla' | dmenu -c -i -x)"
[ "$Choice" ] || exit 1
ID="$(steam_games | grep "[0-9]\+ $Choice" | cut -f 1 -d ' ')"