[add/new] Create the .Xresources
This commit is contained in:
parent
9851a66ff9
commit
93294e256d
1 changed files with 29 additions and 0 deletions
29
.Xresources
Normal file
29
.Xresources
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
*faceName: Public Sans
|
||||||
|
xterm*faceSize: 14
|
||||||
|
*multiClickTime: 300
|
||||||
|
*international: true
|
||||||
|
Xcursor.theme: default
|
||||||
|
Xcursor.size: 16 ! 32, 48 or 64 may also be good values
|
||||||
|
|
||||||
|
! Xft settings ---------------------------------------------------------------
|
||||||
|
|
||||||
|
Xft.lcdfilter: lcddefault
|
||||||
|
Xft.antialias: true
|
||||||
|
Xft.autohint: false
|
||||||
|
Xft.hinting: true
|
||||||
|
Xft.hintstyle: hintfull
|
||||||
|
Xft.rgba: rgb
|
||||||
|
|
||||||
|
! xterm ----------------------------------------------------------------------
|
||||||
|
xterm*geometry: 100x25
|
||||||
|
xterm*dynamicColors: true
|
||||||
|
xterm*utf8: 1
|
||||||
|
xterm*eightBitInput: true
|
||||||
|
xterm*saveLines: 12000
|
||||||
|
xterm*scrollTtyKeypress: true
|
||||||
|
xterm*scrollTtyOutput: false
|
||||||
|
xterm*jumpScroll: true
|
||||||
|
xterm*multiScroll: true
|
||||||
|
xterm*toolBar: false
|
||||||
|
xterm*termName: xterm-256color
|
||||||
|
xterm*faceName: Noto Sans Mono
|
Loading…
Reference in a new issue