This is probably a newbie question, please bear with me :-)
In my fvwm setup I want o be able to always see the tail of my system
log. So I created this script called tail\ messages:
sudo /usr/bin/tail -n 30 -s 1 -f /var/log/messages
fvwmrc does this:
AddToFunc InitFunction
+ I exec aterm -sh 100 -fg DarkGrey -geometry 140x20 -T "system log" -e tail\ messages
This works fine, the problem is that I would like this window allways
to be placed om Page 0, positioned in the lower right corner. I tried
all kind of variations on this theme:
Style "system log" NoTitle, CirculateSkipIcon, CirculateSkip, \
NoPPosition, DumbPlacement, \
CleverPlacementOff, StartsOnPage 0 150 150
but the window won't appear in the right bottom. It does appear on
Page 0, though.
Can anybody tell me what I'm doing wrong here? Thanks!
--
15:17-15:18
Fedora Core release 1 (Yarrow) Linux 2.4.22-1.2174.nptl
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Mon Mar 29 2004 - 07:21:24 BST