Skip to content
This repository has been archived by the owner on Apr 10, 2020. It is now read-only.

Commit

Permalink
update WM_CLASS getting guide
Browse files Browse the repository at this point in the history
  • Loading branch information
openhoangnc committed Sep 4, 2018
1 parent f6ce681 commit 017064f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wm.bash 100644 → 100755
Expand Up @@ -10,11 +10,12 @@ do

if [ "${NEW_ACTIVE_WINDOW}" != "${ACTIVE_WINDOW}" ]
then
echo
ACTIVE_WINDOW=${NEW_ACTIVE_WINDOW}
xprop -id ${ACTIVE_WINDOW} WM_CLASS

echo
echo "Press [CTRL+C] to stop..."
echo "Click chuột sang cửa sổ của chương trình cần lấy WM_CLASS hoặc nhấn [CTRL+C] để dừng"
fi

done

0 comments on commit 017064f

Please sign in to comment.