diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-12 21:21:14 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-12 21:21:14 +0000 |
commit | cf25cf89165b7638378c1223ef231c5bbd16ded6 (patch) | |
tree | 0d66ab987b19c4582d44b1b22709a838eb591ec3 /x11/fbpanel/files/patch-default.cfg | |
parent | Update to 1.0.2 (diff) |
Add fbpanel, a lightweight, netwm compliant desktop panel. It includes
taskbar, pager, launchbar and more. Works nicely with Metacity, kwm,
xfce4...
PR: ports/68917
Submitted by: Tobias Roth <ports@fsck.ch>
Notes
Notes:
svn path=/head/; revision=113508
Diffstat (limited to 'x11/fbpanel/files/patch-default.cfg')
-rw-r--r-- | x11/fbpanel/files/patch-default.cfg | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/fbpanel/files/patch-default.cfg b/x11/fbpanel/files/patch-default.cfg new file mode 100644 index 000000000000..b5da17af254d --- /dev/null +++ b/x11/fbpanel/files/patch-default.cfg @@ -0,0 +1,15 @@ +--- config/default.cfg.orig Sat Jun 26 13:37:20 2004 ++++ config/default.cfg Sat Jun 26 13:37:27 2004 +@@ -190,9 +190,9 @@ + Plugin { + type = taskbar + expand = true +- ShowIconified = true +- ShowMapped = true +- ShowAllDesks = false ++ #ShowIconified = true ++ #ShowMapped = true ++ #ShowAllDesks = false + config { + tooltips = true + iconsonly = false |