You can actually specify what program how many terminal windows what size they are and what color background etc etc.
Example 1.
/etc/X11/xinit/xinitrc
# start some nice programs
twm &
xclock -geometry 50x50-1+1 &
xterm -geometry 80x50+494+51 &
xterm -geometry 80x20+494-0 &
exec xterm -geometry 80x66+0+0 -name login
This starts the windows manager twn xorg default, xclock 50x50-1+1 is the size and position.
everything else is the same thing except there terminal windows.
Example 2
/etc/X11/twm/system.twmrc
TitleFont "-adobe-helvetica-bold-r-normal--*-120-*-*-*-*-*-*"
ResizeFont "-adobe-helvetica-bold-r-normal--*-120-*-*-*-*-*-*"
MenuFont "-adobe-helvetica-bold-r-normal--*-120-*-*-*-*-*-*"
IconFont "-adobe-helvetica-bold-r-normal--*-100-*-*-*-*-*-*"
IconManagerFont "-adobe-helvetica-bold-r-normal--*-100-*-*-*"
#ClientBorderWidth
Color
{
BorderColor "slategrey"
DefaultBackground "rgb:2/a/9"
DefaultForeground "gray85"
TitleBackground "rgb:2/a/9"
TitleForeground "gray85"
MenuBackground "rgb:2/a/9"
MenuForeground "gray85"
MenuBorderColor "slategrey"
MenuTitleBackground "gray70"
MenuTitleForeground "rgb:2/a/9"
IconBackground "rgb:2/a/9"
IconForeground "gray85"
IconBorderColor "gray85"
IconManagerBackground "rgb:2/a/9"
IconManagerForeground "gray85"
}
Everything in here is used to theme colors and fonts and just in general the way your borders etc look (themes).
And i am sure you can even have a wallpaper for your background but i have forgotten how to do that.
You could even build your own desktop with gambas or ruby/gtk or Qt and use that i forget what the command was to start up programs full screen with out useing twm. ill post how to do that when i remember.
With linux there is no end to what you can do it is just a matter of figureing out how.
So if you find your self asking i wonder if i can do that well chances are that you can.
Last edited by comtux; 06-16-2005 at 11:20 PM.
|