summaryrefslogtreecommitdiff
path: root/wm/fluxter/PLIST
diff options
context:
space:
mode:
authorminskim <minskim>2006-04-08 23:29:21 +0000
committerminskim <minskim>2006-04-08 23:29:21 +0000
commited53f7698f13631c494ce9a73fc7fdad231ce408 (patch)
tree84d22aa67c317497e34480ee1037efe15963aa93 /wm/fluxter/PLIST
parente6a823a36539172000fb6fa71f29fa0450693417 (diff)
downloadpkgsrc-ed53f7698f13631c494ce9a73fc7fdad231ce408.tar.gz
Import fluxter from pkgsrc-wip. Packaged by Michael-John Turner.
fluxter is a newer incarnation of bbpager, which is like the name suggests a pager tool for Blackbox. The major changes to bbpager are: o Accesses fluxbox configuration files, e.g. in ~/.fluxbox, rather than in blackbox directories. o Default styles come from the fluxbox configuration. Without customization it will track the look of the current theme. o The configuration files have been renamed to fluxter.bb (used in a fluxbox environment) and fluxter.nobb (used in a non-fluxbox environment). These files should go in fluxbox configuration directories, such as ~/.fluxbox. o The X resource entries in the configuration files use fluxter as a label, rather than bbpager. o Per-workspace wallpaper changing is supported by the addition of per-workspace rootCommand configuration entries. For example: fluxter.workspace0.rootCommand: Esetroot /usr/share/pixmaps/bg1.png fluxter.workspace1.rootCommand: Esetroot /usr/share/pixmaps/bg2.png fluxter.workspace2.rootCommand: Esetroot /usr/share/pixmaps/bg3.png
Diffstat (limited to 'wm/fluxter/PLIST')
-rw-r--r--wm/fluxter/PLIST9
1 files changed, 9 insertions, 0 deletions
diff --git a/wm/fluxter/PLIST b/wm/fluxter/PLIST
new file mode 100644
index 00000000000..9b7abc92a98
--- /dev/null
+++ b/wm/fluxter/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/04/08 23:29:21 minskim Exp $
+bin/fluxter
+share/doc/fluxter/README.fluxter
+share/fluxbox/fluxter.bb
+share/fluxbox/fluxter.nobb
+share/examples/fluxter/fluxter.bb
+@dirrm share/doc/fluxter
+@dirrm share/examples/fluxter
+@unexec ${RMDIR} %D/share/fluxbox 2>/dev/null || ${TRUE}