]> git.donarmstrong.com Git - x_base.git/blob - .Xresources
increased saved lines; do not use fullscreen
[x_base.git] / .Xresources
1 !-*- mode: xrdb -*-
2
3         emacs*Background: black
4         emacs*Foreground: grey90
5 emacs.pane.menubar.background: black
6 emacs.pane.menubar.foreground: grey90
7
8 XTerm*highlightSelection: true
9           *customization: -color
10         XTerm*background: black
11         XTerm*foreground: gray90
12           XTerm*termName: xterm-256color
13          UXTerm*termName: xterm-256color
14
15      XTerm*eightBitInput: false
16    XTerm*metaSendsEscape: true
17
18     UXTerm*eightBitInput: false
19   UXTerm*metaSendsEscape: true
20          UXTerm*BoldMode: true
21          UXTerm*boldFont: -*-fixed-medium-r-*-*-20-*-*-*-*-*-iso10646-1
22
23         XTerm*jumpScroll: true
24        UXTerm*jumpScroll: true
25   XTerm*utf8Title: true
26  UXTerm*utf8Title: true
27  XTerm*fullscreen: never
28
29 ! This resource specifies whether or not to ignore the 'alternate screen'
30 ! of applications such as vi.  When it is on, these applications will restore
31 ! the contents of the screen when they are exited to what they were before
32 ! they were started.  When it is off, the contents of vi will remain on the
33 ! screen after the program is quit.
34 ! XTerm.VT100.titeInhibit:  true
35
36 ! Uncomment this to turn off color mode in your xterms
37 !XTerm.VT100*colorMode:  off
38 ! XTerm.VT100*dynamicColors:  on
39
40 ! Number of lines of scrollback to save
41          XTerm*saveLines:       3000
42
43        Xterm*reverseWrap:       true
44
45         XTerm*VT100*font: -*-fixed-medium-r-*-*-20-*-*-*-*-*-*-*
46     
47              UXTerm*font: -*-fixed-medium-r-*-*-20-*-*-*-*-*-iso10646-1
48
49                Rxvt*font: -*-fixed-medium-r-*-*-20-*-*-*-*-*-iso10646-1
50          Rxvt*background: black
51          Rxvt*foreground: gray90
52
53                       URxvt.font: -*-fixed-medium-r-*-*-20-*-*-*-*-*-iso10646-1
54               URxvt.boldFont: -*-fixed-bold-r-*-*-20-*-*-*-*-*-iso10646-1
55             URxvt.background: black
56             URxvt.foreground: gray90
57             URxvt*background: black
58             URxvt*foreground: gray90
59              URxvt.scrollBar: false
60 URxvt.searchable-scrollback: M-C-s
61     URxvt.perlext-common: searchable-scrollback<M-C-s>
62              URxvt.termName: rxvt-256color
63
64
65              *visualBell:               true
66         *scrollTtyOutput:       False
67               *scrollKey:               True
68     Scrollbar.JumpCursor:       True
69
70 ! Suppr support.
71 !*VT100.Translations: #override \
72 !<Key>BackSpace: string(0x7F)\n\
73 !<Key>Delete: string("\033[3~")\n\
74 !<Key>Home: string("\033[1~")\n\
75 !<Key>End: string("\033[4~")
76
77 ! GVim great Colors.
78           Vim*background:       black
79           Vim*foreground:       lightyellow
80                 Vim*font:               -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-15-*5
81             Vim*geometry:       88x35
82       Vim*menuBackground: black
83       Vim*menuForeground: moccasin
84
85              xclock*font: -*-avantgarde-*-*-*-*-*-*-*-*-*-*-*-*
86
87 ! xlock stuff
88 ! only use the blanker
89               XLock.mode: blank
90            XLock.message: "This is Don's X session. Email don@donarmstrong.com if you don't already know this for instructions"
91
92 ! xscreensaver stuff
93 XScreenSaver.programs: \
94               slidescreen -root -ibw 0 -duration 20\n
95     XScreenSaver.mode: one
96 XScreenSaver.dpmsEnabled: true
97 XScreenSaver.dpmsStandby: 0:30:00
98 XScreenSaver.dpmsSuspend: 0:45:00
99     XScreenSaver.dpmsOff: 1:00:00