diff options
| author | Raymaekers Luca <luca@spacehb.net> | 2025-07-12 16:33:04 +0200 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-07-12 16:33:04 +0200 |
| commit | 1910697d0291570b410ab4df757d6a2f5241ee66 (patch) | |
| tree | 57de5a1b1440def483bb5624cb9c707168456558 /bin/menuscripts | |
| parent | e2987303233b85d5fba3ac584bed45c9a51af12f (diff) | |
checkpoint
Diffstat (limited to 'bin/menuscripts')
| -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 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 ' ')" |
