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