live-reload: change part of the WM_CLASS
This commit is contained in:
parent
7a5a1fc650
commit
83dc09a684
|
@ -13,7 +13,8 @@ qmake harmonyqml.pro CONFIG+=dev && make
|
|||
|
||||
while true; do
|
||||
find src harmonyqml.pro -type f |
|
||||
# -name affects the first part of the WM_CLASS returned by xprop on Linux
|
||||
entr -cdnr sh -c \
|
||||
"qmake harmonyqml.pro CONFIG+=dev && make && ./harmonyqml $*"
|
||||
"qmake harmonyqml.pro CONFIG+=dev && make && ./harmonyqml -name dev $*"
|
||||
sleep 0.2
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue
Block a user