I needed a way to display system tray icons for applications like Gaim and Tomboy in fluxbox. One way that was easy to implement and works well is a dockapp called docker. After installing it (it’s in the repos), just add “docker -wmaker” to your .fluxbox/startup file. Then when you, for instance, launch Gaim, the Gaim system tray icon will appear as a 24×24 (configurable size) icon in the docker box. Check docker –help for more options.
fbpager is a handy app for displaying what desktops you have windows open in, and allow you to go to them quickly. Its default display layout is a bit ugly, though. There is an easy way to configure the way it appears, however. First, make a file ~/.fluxbox/fbpager.conf, and put this in it:
fbpager.workspace.width: 32fbpager.workspace.height: 32fbpager.workspacesPerRow: 2fbpager.alpha: 64
Then add this to ~/.fluxbox/startup:
fbpager -rc ~/.fluxbox/fbpager.conf &
This will run fbpager, and look at the specified config file. You can play with the values to your liking. See the linked home page for more options.
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.








