aboutsummaryrefslogtreecommitdiff
path: root/python/pyewmh/README
diff options
context:
space:
mode:
authorHunter Sezen <ovariegata@yahoo.com>2017-01-15 23:38:06 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-21 07:04:21 +0700
commitc4d9cb0a33e1c7b40b92aee9e88e17f8d665d29a (patch)
treecce786c69379d27ecc0e05e687a8cada4c9cc559 /python/pyewmh/README
parent5278f8bd1f3335c46dc13e38d2ffa02884d5f29b (diff)
downloadslackbuilds-c4d9cb0a33e1c7b40b92aee9e88e17f8d665d29a.tar.xz
python/pyewmh: Added (Extended Window Manager Hints for python).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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 000000000000..8259e9af8036
--- /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.