diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-28 21:17:49 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-28 21:17:49 +0000 |
commit | b7ad3af71f39875855d8b4db529701ab8726eb06 (patch) | |
tree | 0424e78fd53940af3dd9fe04364a24c6f96670ca /x11/Makefile | |
parent | fd05326fe8e7d4dee967bc47450c5b2fd058218b (diff) |
Add bbappconf, an utility that makes it possible to set some options
for the windows blackbox opens, like:
* on which desktop they should open
* if it should be displayed without titlebar
* if it should be sticky
* position size of windows
PR: ports/69613
Submitted by: Gerrit Beine <tux@pinguru.net>
Notes
Notes:
svn path=/head/; revision=114967
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 2248a51a0467..f1113378902b 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -18,6 +18,7 @@ SUBDIR += accessx SUBDIR += apwal SUBDIR += aterm + SUBDIR += bbappconf SUBDIR += bbrun SUBDIR += bbuname SUBDIR += bgrot |