diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/menuscripts/mgame | 2 |
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 ' ')" |
