Me? Using (& really enjoying) a fork of dwm entitled monsterwm.
Its a tiling wm, keyboard (or maus) driven...
common tiling mode:
| | W |
| |___|
| Master | |
| |___|
| | |
bottom stack (bstack) mode:
-
| |
| Master |
|--|
| W | | |
-
grid mode:
-
| | | |
||||
| | | |
||||
| | | |
-
monocle mode (aka fullscreen):
-
| |
| no |
| borders! |
| |
-
floating mode:
-
| | |
|--' .. |
| | | |
| | | |
`'--
Along the top of the screen (4 virtual desktops) I've an information
bar (use lots of the one liners for its we talked about recently) made
possible by a nifty tool called 'dzen2'
dzen is pretty cool, you feed it it stdin & its displays that data as
stats & the like. Here's how it works...
while :; do
echo $CPU | $RXB | $FUBAR...
sleep 59
done | dzen -x -y -z
What I like about about dzen, is that you can define 'clickable areas':
^ca(button1, xterm -e 'htop')$CPU^ca()
But hey I run a slim desktop, certainly not everyone's idea of 'linux goodness'.
What do you guys like to use for (or on) your desktop?
later on,
Mike
http://www.topcat.hypermart.net/index.html
Replies