diff options
author | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2013-03-29 00:55:17 +0000 |
---|---|---|
committer | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2013-03-29 00:55:17 +0000 |
commit | fc39de28314c09183cc5f97a79ec1bdb8da2a442 (patch) | |
tree | 187f46dc3b02aaa81098b4dceaf0607e49f7f5db /x11-wm/Makefile | |
parent | 4f52a2eb84661f9147e4b9404c57f86de031f32a (diff) | |
download | ports-fc39de28314c09183cc5f97a79ec1bdb8da2a442.tar.gz ports-fc39de28314c09183cc5f97a79ec1bdb8da2a442.zip |
Qtile is simple, small, and extensible. It's easy to write your own layouts,
widgets, and built-in commands.
Qtile is written and configured entirely in Python, which means you can
leverage the full power and flexibility of the language to make it fit your
needs.
WWW: http://qtile.org
PR: ports/177448
Submitted by: William Grzybowski <william88@gmail.com>
Notes
Notes:
svn path=/head/; revision=315511
Diffstat (limited to 'x11-wm/Makefile')
-rw-r--r-- | x11-wm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 7733e0641a4e..7dedd00c1d10 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -133,6 +133,7 @@ SUBDIR += plwm SUBDIR += pwm SUBDIR += qlwm + SUBDIR += qtile SUBDIR += ratmen SUBDIR += ratmenu SUBDIR += ratpoison |