diff options
author | miwi <miwi@FreeBSD.org> | 2011-06-25 11:42:32 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-06-25 11:42:32 +0800 |
commit | 1fae6ab49b1b62c2a4f1c7409a4363793fe31656 (patch) | |
tree | b278231640d078a84180142b12e81941515839ca /x11-wm/Makefile | |
parent | 1d5097b6ece98bfa994eda0b1c0f94b23d8e3495 (diff) | |
download | freebsd-ports-gnome-1fae6ab49b1b62c2a4f1c7409a4363793fe31656.tar.gz freebsd-ports-gnome-1fae6ab49b1b62c2a4f1c7409a4363793fe31656.tar.zst freebsd-ports-gnome-1fae6ab49b1b62c2a4f1c7409a4363793fe31656.zip |
Winlist NG module for Enlightenment 17.
It is a replacement for the standard winlist.
This module should not only look different as the e17 winlist, it
also will get a lot of functionality i was missing, for example:
decide while selecting if you want to jump to the desk of the
selected app or bring the selected app to the current desk, close
the selected app directly, show the selected app on the current
desk(if it's on another desk), etc.
WWW: http://www.enlightenment.org/
PR: ports/154402
zubmitted by: Grzegorz Blach <magik at roorback.net>
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 09c1cc830f55..14b4e5c837e1 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -75,6 +75,7 @@ SUBDIR += e17-module-tiling SUBDIR += e17-module-uptime SUBDIR += e17-module-weather + SUBDIR += e17-module-winlist-ng SUBDIR += e17-module-winselector SUBDIR += e17-module-wlan SUBDIR += e17-modules |