summaryrefslogtreecommitdiff
path: root/bin/menuscripts
diff options
context:
space:
mode:
Diffstat (limited to 'bin/menuscripts')
-rwxr-xr-xbin/menuscripts/mgame2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/menuscripts/mgame b/bin/menuscripts/mgame
index cf23aa0..cd7a7b0 100755
--- a/bin/menuscripts/mgame
+++ b/bin/menuscripts/mgame
@@ -14,7 +14,7 @@ steam_games()
done
}
-Choice="$(steam_games | cut -f 2- -d' ' | grep -v -i 'brawlhalla' | dmenu -c -i -x)"
+Choice="$(steam_games | cut -f 2- -d' ' | dmenu -c -i -x)"
[ "$Choice" ] || exit 1
ID="$(steam_games | grep "[0-9]\+ $Choice" | cut -f 1 -d ' ')"