qubes-doc/user/advanced-topics/awesomewm.rst
Marek Marczykowski-Górecki b93b3c571e
Convert to RST
2024-05-21 20:59:46 +02:00

49 lines
916 B
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

==========================
AwesomeWM (window manager)
==========================
Qubes-specific features
-----------------------
- support for the Qubes OS window colors
- rudimentary support for the Qubes application menu entries following
the freedesktop standard
- support for custom filters and menu entries
Installation
------------
AwesomeWM can be installed with the standard dom0 installation
mechanisms.
.. code:: bash
$ sudo qubes-dom0-update awesome
Thats it. After logging out, you can select AwesomeWM in the login
manager.
Development
-----------
To :doc:`contribute code </introduction/contributing>` you may clone the AwesomeWM
repository as follows:
.. code:: bash
$ git clone https://github.com/QubesOS/qubes-desktop-linux-awesome
For build instructions please check the repository *README*.
The repository attempts to follow the upstream Fedora repository.