diff options
author | dinoex <dinoex@FreeBSD.org> | 2008-05-11 21:34:39 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2008-05-11 21:34:39 +0800 |
commit | f513306fa59c6ca5003052440b50d4ac3713dac1 (patch) | |
tree | 42cdab437d565590088f67e9f8e05e4989e8f7be /x11-wm/Makefile | |
parent | abbc85ed0e0d09192d8edf1af24f4bbf53e32375 (diff) | |
download | freebsd-ports-gnome-f513306fa59c6ca5003052440b50d4ac3713dac1.tar.gz freebsd-ports-gnome-f513306fa59c6ca5003052440b50d4ac3713dac1.tar.zst freebsd-ports-gnome-f513306fa59c6ca5003052440b50d4ac3713dac1.zip |
AZSwitch is an experimental application for window switching.
The main challenge is how to track key and mouse input
and show minimature window.
Unlike AZDock, which is application-based, AZSwitch is window-based.
Therefore, they are not compatible to each other in implementation.
WWW: http://www.etoile-project.org/
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 6981d34c2dd0..2dca29e8858e 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -50,6 +50,7 @@ SUBDIR += epplets SUBDIR += etoile-azalea SUBDIR += etoile-azdock + SUBDIR += etoile-azswitch SUBDIR += evilwm SUBDIR += expocity SUBDIR += fbcmd |