diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-06 22:18:36 +0100 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-07 11:13:07 -0600 |
commit | e8839eb2a3810236885e1e40e8e383081725485b (patch) | |
tree | e68d9e408c0bce845131e9145758cdef2d289dd4 /desktop/qtile/README | |
parent | a0e90db2d3419834cd08550cd422744a1f9429cb (diff) | |
download | slackbuilds-e8839eb2a3810236885e1e40e8e383081725485b.tar.gz |
desktop/qtile: Added (tiling window manager).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop/qtile/README')
-rw-r--r-- | desktop/qtile/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/desktop/qtile/README b/desktop/qtile/README new file mode 100644 index 0000000000..1bb1c70c73 --- /dev/null +++ b/desktop/qtile/README @@ -0,0 +1,12 @@ +qtile is a full-featured, pure-Python tiling window manager: +- it's simple, small and extensible. +- it's easy to write you own layouts, widgets and commands. +- it's configured in Python. +- it has a command shell that allows all aspects of Qtile to be + managed and inspected. +- complete remote scriptability - write scripts to set up workspaces, + manipulate windows, update status bar widgets and more: this makes + it one of the most thoroughly unit-tested window mangers around. + +NOTE: for this to run you need to rebuild Slackware's pycairo with +the additional configure option --enable-xcb. |