View Single Post
Old 2nd January 2011
BSDfan666 BSDfan666 is offline
Real Name: N/A, this is the interweb.
Banned
 
Join Date: Apr 2008
Location: Ontario, Canada
Posts: 2,223
Default

Quote:
Originally Posted by Mr-Biscuit View Post
XFce4 currently on this Sun Blade 1000. Chances are that I'll switch to Blacbox. Complex window managers and desktops take away from CPU performance and memory.
blackbox hasn't been updated since 2005, unfortunately, I used it myself for a few years.

The generally "maintained" blackbox-alike window managers are fluxbox and openbox, the latter being GPLv3 licensed though.

If you're looking for something very minimalistic, consider cwm(1) in base, it's not in your face and has a very intuitive configuration syntax (..and an optional mouse-click menu that may be familiar to you).

For example, your .cwmrc could contain:
Code:
command "Mozilla Firefox" "firefox"
mousebind M-2 window_lower
mousebind M-3 window_resize
This will:
* Put Firefox in a right click menu.
* Bind alt(..M/meta) + middle mouse clicks to hide/"iconify" windows.
* Bind alt + right mouse button to resize windows.

There is already a default binding for the alt + left mouse button, for window dragging.
Reply With Quote