aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/fluxter/pkg-descr
Commit message (Collapse)AuthorAgeFilesLines
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* - Update to 0.2.0 so that it can work with current Fluxbox version in ports.Rong-En Fan2009-03-011-1/+1
| | | | | | | | PR: ports/132163 Submitted by: Robert Woolley <freebsd at rwoolley.com> Notes: svn path=/head/; revision=229271
* fluxter is a newer incarnation of bbpager, which is like the name suggests aAdam Weinberger2003-08-191-0/+20
pager tool for Blackbox. The major changes to bbpager are: - Accesses fluxbox configuration files, e.g. in ~/.fluxbox, rather than in blackbox directories. - Default styles come from the fluxbox configuration. Without customization it will track the look of the current theme. - 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. - The X resource entries in the configuration files use fluxter as a label, rather than bbpager. - 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 WWW: http://benedict.isomedia.com/homes/stevencooper/projects/fluxter.html Notes: svn path=/head/; revision=87317