diff options
author | tobik <tobik@FreeBSD.org> | 2019-02-07 17:21:51 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-02-07 17:21:51 +0800 |
commit | 972928a275942a4486ac47dba7f05a8f450babf5 (patch) | |
tree | bb39ab1aa1c6b134c7a5a622dd0e8d01d709816c /x11-wm/Makefile | |
parent | e2be726f327008bc325c8c1d1444aec3a5b5a104 (diff) | |
download | freebsd-ports-gnome-972928a275942a4486ac47dba7f05a8f450babf5.tar.gz freebsd-ports-gnome-972928a275942a4486ac47dba7f05a8f450babf5.tar.zst freebsd-ports-gnome-972928a275942a4486ac47dba7f05a8f450babf5.zip |
New port: x11-wm/aphelia
A light, single-file, minimalist window manager for X11.
This window manager is single-file and a super small binary with low
resource consumption. Personally, I find it's useful for focused work
where you aren't moving around too much and don't need multiple
workspaces (it doesn't support them, obviously).
WWW: https://github.com/vardy/aphelia
PR: 233365
Submitted by: Hyun Hwang <hyun@caffeinated.codes>
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 9ecd4ab8601b..0348ac3f2f1e 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -8,6 +8,7 @@ SUBDIR += afterstep-stable SUBDIR += amiwm SUBDIR += antiwm + SUBDIR += aphelia SUBDIR += awesome SUBDIR += awesome-vicious SUBDIR += bbkeys |