ewmh-m2m


Nameewmh-m2m JSON
Version 2.0.0 PyPI version JSON
download
home_pagehttps://github.com/AlexisBRENON/ewmh_m2m
SummaryMove window between monitor in EWMH compliant WM
upload_time2023-01-31 15:33:21
maintainer
docs_urlNone
authorAlexis BRENON
requires_python>=3.7
licensemit
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            .. _Authors: https://ewmh-m2m.readthedocs.io/en/latest/authors.html
.. _Licence: https://ewmh-m2m.readthedocs.io/en/latest/license.html
.. _Changelog: https://ewmh-m2m.readthedocs.io/en/latest/changelog.html

.. |logo| image:: https://ewmh-m2m.readthedocs.io/en/latest/_images/ewmh_m2m.svg
   :alt: Logo
   :width: 500

======================================
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/

Note
====

This project has been set up using PyScaffold 3.2.2. For details and usage
information on PyScaffold see https://pyscaffold.org/.

.. _move-to-next-monitor: https://github.com/jc00ke/move-to-next-monitor

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/AlexisBRENON/ewmh_m2m",
    "name": "ewmh-m2m",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Alexis BRENON",
    "author_email": "brenon.alexis@gmail.com",
    "download_url": "",
    "platform": "any",
    "description": ".. _Authors: https://ewmh-m2m.readthedocs.io/en/latest/authors.html\n.. _Licence: https://ewmh-m2m.readthedocs.io/en/latest/license.html\n.. _Changelog: https://ewmh-m2m.readthedocs.io/en/latest/changelog.html\n\n.. |logo| image:: https://ewmh-m2m.readthedocs.io/en/latest/_images/ewmh_m2m.svg\n   :alt: Logo\n   :width: 500\n\n======================================\nEWMH Compliant Move To Monitor utility\n======================================\n\n|logo|\n\n\ud83d\udcdc `Licence`_ \u2212 \ud83d\udc65 `Authors`_ \u2212 \ud83d\udcdd `Changelog`_\n\n|version_badge| |test_badge| |doc_badge|\n\n.. |doc_badge| image:: https://readthedocs.org/projects/ewmh-m2m/badge/?version=latest\n   :target: https://ewmh-m2m.readthedocs.io/en/latest/?badge=latest\n   :alt: Documentation Status\n\n.. |test_badge| image:: https://github.com/AlexisBRENON/ewmh_m2m/workflows/Python/badge.svg\n   :target: https://github.com/AlexisBRENON/ewmh_m2m/actions?query=workflow%3APython+branch%3Amaster\n   :alt: Test Status\n\n.. |version_badge| image:: https://img.shields.io/pypi/v/ewmh_m2m?label=Version\n   :target: https://pypi.org/project/ewmh-m2m/\n   :alt: GitHub tag (latest SemVer)\n\nRationale\n=========\n\nI love XFCE. I use it on almost all my computers.\nHowever, in a multi head setup, it lacks a \"move window to monitor\" feature.\nSome posts link to the `move-to-next-monitor`_ script, which as many dependencies and is not very customizable\n(move to bottom, to right, etc.)\n\nHence, here it is ewmh_m2m.\n\nInstall\n=======\n\nJust install the package with pip::\n\n    pip install ewmh-m2m  # Note the dash and not the underscore!\n\nYou should now have a ``move-to-monitor`` command available.\n\nUsage\n=====\n\nYou should bind the ``move-to-monitor`` command to your desired keyboard shortcut.\nThis command also accepts some arguments to control where the window is moved.\nType ``move-to-monitor --help`` in a terminal for the list of accepted options.\n\n\nDevelopment\n===========\n\nFeel free to ask some features on `GitHub`_.\nYou can also develop your own features and open Pull Requests.\nTake a look at the `technical documentation`_.\n\n.. _GitHub: https://github.com/AlexisBRENON/ewmh_m2m\n.. _technical documentation: https://ewmh-m2m.readthedocs.io/\n\nNote\n====\n\nThis project has been set up using PyScaffold 3.2.2. For details and usage\ninformation on PyScaffold see https://pyscaffold.org/.\n\n.. _move-to-next-monitor: https://github.com/jc00ke/move-to-next-monitor\n",
    "bugtrack_url": null,
    "license": "mit",
    "summary": "Move window between monitor in EWMH compliant WM",
    "version": "2.0.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "82fb037b5bce054436064d18cbec021d763ee98d647b401ef6ddd70d7fdb1c23",
                "md5": "6aed3b65ddce5e2d6a93356f4b86b863",
                "sha256": "b5f72b776800ee09a33fe92201734a345f761d3f9dcd88ec0f0e2e4b33a54048"
            },
            "downloads": -1,
            "filename": "ewmh_m2m-2.0.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6aed3b65ddce5e2d6a93356f4b86b863",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.7",
            "size": 7927,
            "upload_time": "2023-01-31T15:33:21",
            "upload_time_iso_8601": "2023-01-31T15:33:21.234953Z",
            "url": "https://files.pythonhosted.org/packages/82/fb/037b5bce054436064d18cbec021d763ee98d647b401ef6ddd70d7fdb1c23/ewmh_m2m-2.0.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-31 15:33:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "AlexisBRENON",
    "github_project": "ewmh_m2m",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "ewmh-m2m"
}
        
Elapsed time: 0.03400s