snippetbashTip
xlsclients — List client applications running on an X11 display. More information: <https://manned.org/xlsclients
Viewed 0 times
xlsclientscommandclientclirunningapplicationslistx11
Problem
How to use the
xlsclients command: List client applications running on an X11 display. More information: <https://manned.org/xlsclients>.Solution
xlsclients — List client applications running on an X11 display. More information: <https://manned.org/xlsclients>.List clients on the default display:
xlsclientsList clients on all screens:
xlsclients -aList clients with detailed information:
xlsclients -lLimit the command output length per client to a specific number of characters:
xlsclients -m {{max_command_length}}Specify a particular display to inspect:
xlsclients -display :{{display_number}}List clients on remote host's display:
xlsclients -display {{remote_host}}:0Display version:
xlsclients -versionCode Snippets
List clients on the default display
xlsclientsList clients on all screens
xlsclients -aList clients with detailed information
xlsclients -lLimit the command output length per client to a specific number of characters
xlsclients -m {{max_command_length}}Specify a particular display to inspect
xlsclients -display :{{display_number}}Context
tldr-pages: common/xlsclients
Revisions (0)
No revisions yet.