diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2017-01-15 23:38:06 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-21 07:04:21 +0700 |
commit | c4d9cb0a33e1c7b40b92aee9e88e17f8d665d29a (patch) | |
tree | cce786c69379d27ecc0e05e687a8cada4c9cc559 /python/pyewmh/README | |
parent | 5278f8bd1f3335c46dc13e38d2ffa02884d5f29b (diff) | |
download | slackbuilds-c4d9cb0a33e1c7b40b92aee9e88e17f8d665d29a.tar.gz |
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/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. |