diff options
author | sborrill <sborrill@pkgsrc.org> | 2007-06-16 13:09:37 +0000 |
---|---|---|
committer | sborrill <sborrill@pkgsrc.org> | 2007-06-16 13:09:37 +0000 |
commit | 2f1301bdfd2756c41a2dcc5e7833c4eac1049edf (patch) | |
tree | c18cee4e6c930ce4509e04b40d4aa50e6dcdaac4 /x11 | |
parent | 7efd4303f18c0e745033ba620c54abae5f693224 (diff) | |
download | pkgsrc-2f1301bdfd2756c41a2dcc5e7833c4eac1049edf.tar.gz |
Add x11/deskmenu
DeskMenu is a root menu program which is activated by clicking the root
window. It is configured from a .deskmenurc file in your home directory.
DeskMenu is useful for window managers which do not provide a menu such as
Oroborus.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index e33bbf2dc05..e06eb1d6447 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.508 2007/06/11 13:04:56 sborrill Exp $ +# $NetBSD: Makefile,v 1.509 2007/06/16 13:09:38 sborrill Exp $ # COMMENT= Packages to support the X window system @@ -26,6 +26,7 @@ SUBDIR+= blt SUBDIR+= bwidget SUBDIR+= compositeproto SUBDIR+= damageproto +SUBDIR+= deskmenu SUBDIR+= desklaunch SUBDIR+= devilspie SUBDIR+= dfm |