Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started by: jls on March 08, 2010, 03:59:46 PM
-
I use xsystray and I put in ~/.xsesion for autostart, but it always start on the top left corner, while I would like it to be on the lower right.
Is this possible?
-
See if it accepts the X -g option.
-g -0-0
-
sorry but I don't understand
-
Add it to the xystray startup line in .xsession:
xystray -your-options -g -0-0 &
-
it works, tahnx!!!