Xresources

From Attie's Wiki
(Difference between revisions)
Jump to: navigation, search
m
m
 
(5 intermediate revisions by one user not shown)
Line 1: Line 1:
 +
The [[ansi colors]] page might be of interest.
 +
 
Below is the entire contents of my '~/.Xresources' file:
 
Below is the entire contents of my '~/.Xresources' file:
  
Line 5: Line 7:
 
XTerm*background:      black
 
XTerm*background:      black
 
XTerm*foreground:      white
 
XTerm*foreground:      white
XTerm*cursorColor:      white
+
XTerm*cursorColor:      #ff00af
 
XTerm*scrollBar:        false
 
XTerm*scrollBar:        false
 +
XTerm*saveLines:        200000
 
XTerm*vt100.geometry:  120x40
 
XTerm*vt100.geometry:  120x40
 +
 +
! this makes menuconfig (etc) readable
 +
XTerm*color11:          #d78700
 +
</source>
 +
 +
Or for a 1920x1080 'ready' terminal, use:
 +
<source lang="ini">
 +
XTerm*vt100.geometry:  280x70
 +
</source>
 +
 +
Or for a side-by-side ready terminal use:
 +
<source lang="ini">
 +
XTerm*vt100.geometry:  140x70
 
</source>
 
</source>

Latest revision as of 12:37, 13 March 2013

The ansi colors page might be of interest.

Below is the entire contents of my '~/.Xresources' file:

! Xterm stuff
XTerm*background:       black
XTerm*foreground:       white
XTerm*cursorColor:      #ff00af
XTerm*scrollBar:        false
XTerm*saveLines:        200000
XTerm*vt100.geometry:   120x40
 
! this makes menuconfig (etc) readable
XTerm*color11:          #d78700

Or for a 1920x1080 'ready' terminal, use:

XTerm*vt100.geometry:   280x70

Or for a side-by-side ready terminal use:

XTerm*vt100.geometry:   140x70
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox