Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
基本的に、コマンドラインからアプリケーションを起動し、後で使用するためにその ID を保存して、wmctrl でそのウィンドウを操作できるようにしたいと考えています。このようなもの
openandgetID "vlc" > ~/.IDofVLC
したがって、いつでもこのファイルを読み取って、ウィンドウの数値 ID を取得し、操作できるようにすることができます。