linux-apps
Installation
SKILL.md
Linux App Manager
Manage and control Linux desktop applications. List running apps, control windows, and capture screenshots of specific applications.
Setup
Install required tools:
sudo apt-get install -y wmctrl xdotool scrot xwininfo imagemagick
List Running Applications
List all windows with details
wmctrl -l -p -G
Output: <window_id> <desktop> <pid> <x> <y> <width> <height> <client_machine> <title>