mirror of
https://github.com/aclist/dztui.git
synced 2024-12-28 21:32:36 +01:00
fix: client targeting when multiple windows open
This commit is contained in:
parent
7eee02236b
commit
550a6755af
1 changed files with 3 additions and 3 deletions
6
dzgui.sh
6
dzgui.sh
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue