1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2024-12-29 13:52:03 +01:00

fix: client targeting when multiple windows open

This commit is contained in:
aclist 2023-10-21 23:00:25 +09:00
parent 7eee02236b
commit 550a6755af

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -o pipefail
version=3.4.0-rc.10
version=3.4.0-rc.11
aid=221100
game="dayz"
@ -1062,13 +1062,13 @@ generate_log(){
DOC
}
focus_beta_client(){
steam steam://open/library &&
steam steam://open/library 2>/dev/null 1>&2 &&
steam steam://open/console 2>/dev/null 1>&2 &&
sleep 1s
wid(){
wmctrl -ilx |\
awk 'tolower($3) == "steamwebhelper.steam"' |\
grep "Steam Games List" |\
awk '$5 ~ /^Steam|Steam Games List/' |\
awk '{print $1}'
}
until [[ -n $(wid) ]]; do