]> git.donarmstrong.com Git - x_base.git/blob - .Xresources
use pactl info instead of pacmd list-sinks for compatibility with pipewire
[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                       URxvt.font: 10x20,xft:Symbola:pixelsize=13,xft:Unifont:pixelsize=14
51               URxvt.boldFont: 10x20
52             URxvt.background: black
53             URxvt.foreground: gray90
54             URxvt*background: black
55             URxvt*foreground: gray90
56              URxvt.scrollBar: false
57       URxvt.intensityStyles: true
58 URxvt.searchable-scrollback: M-C-s
59     URxvt.perlext-common: searchable-scrollback<M-C-s>
60              URxvt.termName: rxvt-256color
61
62
63              *visualBell:               true
64         *scrollTtyOutput:       False
65               *scrollKey:               True
66     Scrollbar.JumpCursor:       True
67
68 ! Suppr support.
69 !*VT100.Translations: #override \
70 !<Key>BackSpace: string(0x7F)\n\
71 !<Key>Delete: string("\033[3~")\n\
72 !<Key>Home: string("\033[1~")\n\
73 !<Key>End: string("\033[4~")
74
75 ! GVim great Colors.
76           Vim*background:       black
77           Vim*foreground:       lightyellow
78                 Vim*font:               -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-15-*5
79             Vim*geometry:       88x35
80       Vim*menuBackground: black
81       Vim*menuForeground: moccasin
82
83              xclock*font: -*-avantgarde-*-*-*-*-*-*-*-*-*-*-*-*
84
85 ! xlock stuff
86 ! only use the blanker
87               XLock.mode: blank
88            XLock.message: "This is Don's X session. Email don@donarmstrong.com if you don't already know this for instructions"
89
90 ! xscreensaver stuff
91 XScreenSaver.programs: \
92               slidescreen -root -ibw 0 -duration 20\n
93     XScreenSaver.mode: one
94 XScreenSaver.dpmsEnabled: true
95 XScreenSaver.dpmsStandby: 0:30:00
96 XScreenSaver.dpmsSuspend: 0:45:00
97     XScreenSaver.dpmsOff: 1:00:00