diff options
Diffstat (limited to 'python/pyewmh/README')
-rw-r--r-- | python/pyewmh/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/pyewmh/README b/python/pyewmh/README new file mode 100644 index 0000000000..8259e9af80 --- /dev/null +++ b/python/pyewmh/README @@ -0,0 +1,5 @@ +An implementation of EWMH (Extended Window Manager Hints) for python, +based on Xlib. It allows EWMH-compliant window managers (most modern +WMs) to be queried and controlled. + +Python3 is an optional dependency. |