Friday, 24 January 2014

How to find the current Window Manager in Linux

To find current Window Manager open a terminal and run:

wmctrl -m

This will return output similar to the following:

Name: Metacity
Class: N/A
PID: N/A
Window manager's "showing the desktop" mode: N/A

Metacity is the the Window Manager in the above example.

No comments:

Post a Comment