slitaz-configs view rootfs/etc/skel/.Xdefaults @ rev 235

.Xdefaults: add xterm color and keyboard fixes
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Mon Aug 04 02:27:09 2014 +0000 (2014-08-04)
parents 1bba94652c0f
children 8a9e8545f981
line source
1 !~/.Xdefault: Control the behavior of x-clients
2 !
4 ! Xcursor theme: ~/.icons
5 !
6 Xcursor.theme: slitaz-polar
8 ! XTerm settings
9 !
10 xterm*background: #000000
11 xterm*foreground: #ffffff
12 xterm*cursorColor: #d66018
13 xterm*scrollBar: off
14 xterm*faceSize: 11
15 xterm*faceName: DejaVu Sans Mono
16 xterm*faceNameDoublesize: WenQuanYi WenQuanYi Micro Hei Mono-11
17 xterm*eightBitInput: true
18 xterm*utf8: 2
19 xterm*metaSendsEscape: true
20 xterm*oldXtermFKeys: true
21 xterm*termName: xterm-256color
23 ! Xload settings
24 !
25 !xload*background: black
26 !xload*foreground: lightblue
28 ! FLTK Theming
29 !
30 !Text.background: #111111
31 !fltk*scheme: gtk+
32 fltk*background: #ededed
33 fltk*foreground: #000000