.Xdefaults
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 01 Jan 2024 20:53:49 +0200
changeset 1039 78cdb4a057e3
parent 881 3dce63382154
permissions -rw-r--r--
Create symlink from ~/.bash_profile for login shell to activate my ~/.bashrc.

! To update db after edit run:
!   $ xrdb -merge .Xdefaults
! To get list of loaded resources:
!   $ xrdb -query
! Also see:
!   appres(1), listres(1)

Xft.antialias:  1
Xft.hinting:    1
! hintfull, hintmedium, hintslight, hintnone
Xft.hintstyle:  hintfull
! rgb, none
Xft.rgba:       rgb
! lcdlegacy, lcdlight, lcddefault, lcdnone
Xft.lcdfilter:  lcdlegacy

! Useful font names:
!   4x6, 5x7, 5x8, 6x9, 8x9, 6x10, 5x12, 6x12, 7x12, 8x12, 16x12, 6x13, 7x13, 8x13, 7x14, 9x15, 8x16, 12x16, 9x18, 10x18, 10x20, 12x24

! emacs.font: -misc-fixed-medium-r-normal-*-14-*-*-*-c-*-iso10646-1
! emacs-main.font: -misc-fixed-medium-r-normal-*-14-*-*-*-c-*-iso10646-1
! emacs.font: -misc-fixed-medium-r-normal-*-13-*-75-75-c-80-iso10646-1
! emacs.font: -misc-fixed-medium-r-semicondensed--13-*-iso10646-1
! emacs.font: -misc-fixed-medium-r-normal--13-*-iso10646-1
! emacs.font: -rfx-courier-medium-r-normal--12-*-iso10646-1
! emacs.font: -rfx-courier-medium-r-normal--14-*-iso10646-1
! Same as 7x13
! emacs.font: -misc-fixed-medium-r-*-*-13-*-*-*-*-*-iso8859-*
! emacs.font: -misc-fixed-medium-r-*-*-14-*-*-*-*-*-iso8859-*

! emacs.geometry: 20x20+0+0
! emacs.FontBackend: xft

XTerm*background: white
XTerm*foreground: black
XTerm*cursorColor: brown
XTerm*color0: black
XTerm*color1: red
XTerm*color2: DarkGreen
XTerm*color3: orange
XTerm*color4: navy
XTerm*color5: maroon
XTerm*color6: DarkCyan
XTerm*color7: white
XTerm*color8: DimGrey
XTerm*color9: DeepPink
XTerm*color10: MediumSeaGreen
XTerm*color11: gold
XTerm*color12: blue
XTerm*color13: magenta
XTerm*color14: DarkTurquoise
XTerm*color15: WhiteSmoke
! Allow Alt as Meta in Emacs:
XTerm*eightBitInput: false
XTerm*metaSendsEscape: true
XTerm*saveLines: 10000
! When an interactive shell that is not a login shell is started, bash reads
! and executes commands from /etc/bash.bashrc and ~/.bashrc, if these files
! exist.
! By default 'xterm' start shell with '-i', so it interactive. But if it also
! login shell then ~/.bashrc will not be read. Awful!
XTerm*loginShell: false


Rxvt*background: white
Rxvt*foreground: black
Rxvt*cursorColor: brown
Rxvt*geometry: 120x40
! 5x7, 5x8, 6x9, 6x10, 6x12, 7x13, 7x14, 9x15, 8x16, 10x20, 12x24
Rxvt*font: 7x14
! Rxvt*boldFont: 7x14
Rxvt*scrollBar: on
Rxvt*saveLines: 5000
! When an interactive shell that is not a login shell is started, bash reads
! and executes commands from /etc/bash.bashrc and ~/.bashrc, if these files
! exist.
! By default rxvt start shell without args, so it interactive. But if it also
! login shell then ~/.bashrc will not be read. Awful!
Rxvt*loginShell: false

! Urxvt.perl-ext-common: default,url-select,tabbedex,matcher,keyboard-select,font-size
! Urxvt*perl-ext-common: default,urxvt-confirm-paste
! urxvt*perl-ext-common: default,confirm-paste,clipboard,clipboard-osc,matcher,url-select,keyboard-select,url-select,tabbedex,matcher,keyboard-select,font-size

! urxvt*perl-ext-common: default,confirm-paste,clipboard-osc,digital-clock

! URxvt.keysym.Alt-Insert: urxvt-confirm-paste
! URxvt.keysym.M-Insert: confirm-paste

! URxvt.matcher.button: 1
! URxvt.urlLauncher: chromium
! URxvt.underlineURLs: true
! URxvt.colorUL: #86a2be

Xpdf.initialZoom: width

! Xft.hinting: none
! Xft.dpi: 96