Difference between revisions of "Package:Qtile"

From Funtoo
Jump to navigation Jump to search
m
m
Line 16: Line 16:
</console>
</console>


It is generally a good idea to enable the `dbus` useflag to deal with dbus messages. The `widget-*` useflags are only needed if you would like to include the given widgets. These widgets are included in Qtile, but require additional dependencies.
It is generally a good idea to enable the <code>dbus</code> useflag to deal with dbus messages. The <code>widget-*</code> useflags are only needed if you would like to include the given widgets. These widgets are included in Qtile, but require additional dependencies.


{{EbuildFooter}}
{{EbuildFooter}}


[[Category:Desktop]]
[[Category:Desktop]]

Revision as of 21:14, May 21, 2015

Qtile

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.


About Qtile

Qtile is a highly configurable tiling window manager distributed under MIT license. It handles both tiling and floating layouts. It is especially a good alternative to Awesome for those who are more used to Python than Lua. Indeed, Qtile is written and configured entirely in Python. So whether you are Python guru or whether you are learning Python for a few time, Qtile is an ideal choice to get your environment fit your needs and feel. If you don't know Python, you can still stuck to the default configuration or pick out one of the configuration examples but a basic understanding of Python language is recommended though.

Installation

root # emerge -av qtile

It is generally a good idea to enable the dbus useflag to deal with dbus messages. The widget-* useflags are only needed if you would like to include the given widgets. These widgets are included in Qtile, but require additional dependencies.