summaryrefslogtreecommitdiff
path: root/python/pyewmh/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyewmh/README')
-rw-r--r--python/pyewmh/README5
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.