pavement

Terminal emulator, configuration

From FreeBSDwiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "==xterm== {{file|$HOME/.Xdefaults}} can be edited to change the settings of {{port|x11/xterm}}, and here are examples to change the background, foreground, and font size. XT...")
 
 
Line 4: Line 4:
 
  XTerm*foreground:gray
 
  XTerm*foreground:gray
 
  XTerm*faceName:Mono:Size=16
 
  XTerm*faceName:Mono:Size=16
Lowercase {{code|xterm}} also works, but using a {{code|.}} instead of a {{code|*}} doesn't.
+
Lowercase {{code|xterm}} also works, but using a {{code|.}} in place of a {{code|*}} doesn't in the configuration file.
 +
 
 +
[[Category:Configuring FreeBSD]]
 +
[[Category:New User Tips and FAQs]]

Latest revision as of 03:05, 22 November 2015

[edit] xterm

$HOME/.Xdefaults can be edited to change the settings of x11/xterm , and here are examples to change the background, foreground, and font size.

XTerm*background:black
XTerm*foreground:gray
XTerm*faceName:Mono:Size=16

Lowercase xterm also works, but using a . in place of a * doesn't in the configuration file.

Personal tools