Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexisbrenon/ewmh_m2m
EWMH-compliant move to monitor utility
https://github.com/alexisbrenon/ewmh_m2m
ewmh python3 window-manager
Last synced: 1 day ago
JSON representation
EWMH-compliant move to monitor utility
- Host: GitHub
- URL: https://github.com/alexisbrenon/ewmh_m2m
- Owner: AlexisBRENON
- License: mit
- Created: 2019-09-20T08:03:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-18T19:58:41.000Z (12 months ago)
- Last Synced: 2024-03-14T17:32:24.265Z (8 months ago)
- Topics: ewmh, python3, window-manager
- Language: Python
- Homepage: https://pypi.org/project/ewmh-m2m/
- Size: 61.5 KB
- Stars: 87
- Watchers: 3
- Forks: 5
- Open Issues: 8
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE.txt
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
.. _Authors: ./AUTHORS.rst
.. _Licence: ./LICENSE.txt
.. _Changelog: ./CHANGELOG.rst.. |logo| image:: ./docs/_static/ewmh_m2m.svg
:alt: Logo
:width: 500.. EndOfLinks
======================================
EWMH Compliant Move To Monitor utility
======================================|logo|
📜 `Licence`_ − 👥 `Authors`_ − 📝 `Changelog`_
|version_badge| |test_badge| |doc_badge|
.. |doc_badge| image:: https://readthedocs.org/projects/ewmh-m2m/badge/?version=latest
:target: https://ewmh-m2m.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status.. |test_badge| image:: https://github.com/AlexisBRENON/ewmh_m2m/workflows/Python/badge.svg
:target: https://github.com/AlexisBRENON/ewmh_m2m/actions?query=workflow%3APython+branch%3Amaster
:alt: Test Status.. |version_badge| image:: https://img.shields.io/pypi/v/ewmh_m2m?label=Version
:target: https://pypi.org/project/ewmh-m2m/
:alt: GitHub tag (latest SemVer)Rationale
=========I love XFCE. I use it on almost all my computers.
However, in a multi head setup, it lacks a "move window to monitor" feature.
Some posts link to the `move-to-next-monitor`_ script, which as many dependencies and is not very customizable
(move to bottom, to right, etc.)Hence, here it is ewmh_m2m.
Install
=======Just install the package with pip::
pip install ewmh-m2m # Note the dash and not the underscore!
You should now have a ``move-to-monitor`` command available.
Usage
=====You should bind the ``move-to-monitor`` command to your desired keyboard shortcut.
This command also accepts some arguments to control where the window is moved.
Type ``move-to-monitor --help`` in a terminal for the list of accepted options.Development
===========Feel free to ask some features on `GitHub`_.
You can also develop your own features and open Pull Requests.
Take a look at the `technical documentation`_... _GitHub: https://github.com/AlexisBRENON/ewmh_m2m
.. _technical documentation: https://ewmh-m2m.readthedocs.io/.. _move-to-next-monitor: https://github.com/jc00ke/move-to-next-monitor