Hi,
I am trying to use xterm, I could not configure some of its features.
I want it to be configured such that:
background color is balck
foreground color is yellow (or green)
font is monospace, size 11 (i prefer big fonts)
and geometry is 125*30
I have used xtermcontrol and the following is the .xtercontrol file I have on my working directory:
Code:
#
# This is the configuration file for xtermcontrol.
#
# Each line in the file is either a comment or contains an attribute.
# Attributes consist of a keyword and an associated value:
#
# keyword = value # comment
#
# Whitespace is ignored in attributes unless within a quoted value. The
# character '#' is taken to begin a comment. Each '#' and all remaining
# characters on that line is ignored.
#
# foreground color
foreground="green"
# background color
background="black"
# highlight color
highlight="yellow"
# cursor color
cursor="red"
# mouse pointer foreground color
#mouse-foreground="black"
# mouse pointer background color
#mouse-background="white"
# size and/or position
geometry="125x30"
# font
font="monospace"
# color definitions
#color0="#000000"
#color1="#c00000"
#color2="#008000"
#color3="#808000"
#color4="#0000c0"
#color5="#c000c0"
#color6="#008080"
#color7="#c0c0c0"
#color8="#808080"
#color9="#ff6060"
#color10="#00ff00"
#color11="#ffff00"
#color12="#8080ff"
#color13="#ff40ff"
#color14="#00ffff"
#color15="#ffffff"
It is saved in my home directory, yet no changes took place. Please help.
Noha