.Xdefaults
changeset 63 5b264d3f1147
parent 35 20fbd437b2fa
child 64 8857ff1fb4f3
equal deleted inserted replaced
62:54e803acda8f 63:5b264d3f1147
     1 ! To update db after edit run:
     1 ! To update db after edit run:
     2 !   $ xrdb -merge ~/.Xdefaults
     2 !   $ xrdb -merge ~/.Xdefaults
       
     3 
       
     4 ! Useful font name:
       
     5 !   5x7, 5x8, 6x9, 6x10, 6x12, 7x13, 7x14, 9x15, 8x16, 10x20, 12x24
     3 
     6 
     4 emacs.font: 7x13
     7 emacs.font: 7x13
     5 emacs21.font: 7x13
     8 emacs21.font: 7x13
     6 emacs22.font: 7x13
     9 emacs22.font: 7x13
     7 emacs23.font: 7x13
    10 emacs23.font: 7x13
    16 
    19 
    17 Rxvt*background: white
    20 Rxvt*background: white
    18 Rxvt*foreground: black
    21 Rxvt*foreground: black
    19 Rxvt*geometry: 120x40
    22 Rxvt*geometry: 120x40
    20 Rxvt*font: 7x14
    23 Rxvt*font: 7x14
       
    24 Rxvt*boldFont: 7x14
    21 Rxvt*scrollBar: on
    25 Rxvt*scrollBar: on
    22 Rxvt*saveLines: 5000
    26 Rxvt*saveLines: 5000
    23 ! By default rxvt start shell without args, so it interactive. But if it also login shell
    27 ! By default rxvt start shell without args, so it interactive. But if it also login shell
    24 ! then ~/.bashrc will not be read. Awful!
    28 ! then ~/.bashrc will not be read. Awful!
    25 Rxvt*loginShell: false
    29 Rxvt*loginShell: false