Changeset c5034f7 in dotfiles
- Timestamp:
- Jul 31, 2024, 3:40:27 AM (4 months ago)
- Branches:
- master
- Children:
- 54af9bb
- Parents:
- a6193f9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
X/.Xdefaults
ra6193f9 rc5034f7 1 *.pointerColor: red 2 3 XTerm*utf8: always 4 XTerm*metaSendsEscape: true 5 1 6 ! Default emacs colors 2 7 XTerm.foreground: #000000 3 8 XTerm.background: #ffffff 4 XTerm*cursorColor: #0000009 XTerm*cursorColor: red 5 10 6 11 ! Black / Grey … … 42 47 xterm*locale: true 43 48 xterm*vt100.locale: true 44 xterm.vt100.scrollbar.width: 6 45 xterm*faceName: DejaVu Sans Mono 46 ! xterm*boldFont: xft:Unifont:pixelsize=12:style=bold 47 xterm*faceSize: 14.5 49 xterm*font: x:-adobe-courier-medium-r-normal--14-140-75-75-m-90-iso8859-1 50 xterm*boldFont: x:-adobe-courier-medium-r-bold--14-140-75-75-m-90-iso8859-1 48 51 xterm*vt100.allowBoldFonts: True 49 52 xterm*renderFont: True … … 51 54 xterm*selectToClipboard: True 52 55 xterm*cursorBlink: True 56 xterm*cursorColor: red 53 57 xterm*visualBell: True 54 58 xterm*ScrollKey: True 55 59 xterm*saveLines: 5000 56 xterm*scaleHeight: 160 xterm*scaleHeight: 0 57 61 xterm*highlightSelection: True 62 xterm.pointerColor: red 58 63 64 *font: x:-adobe-courier-medium-r-normal--14-140-75-75-m-90-iso8859-1 59 65 60 66 emacs.toolBar: 0 61 emacs.FontBackend: xft 67 emacs.FontBackend: x,xft 68 emacs.geometry:=80x49+270+0 62 69 ! emacs.font: Unifont-12 70 emacs.font: -adobe-courier-medium-r-normal--14-140-75-75-m-90-iso8859-1 71 emacs.boldFont: x:-adobe-courier-medium-r-bold--14-140-75-75-m-90-iso8859-1 63 72 emacs.menuBar: 0 64 73 emacs.verticalScrollBars: off 65 ! emacs.pane.menubar.font: Unifont 12 74 emacs.cursorColor: red 75 emacs.lineSpacing: 0 76 emacs.pointerColor: red 77 ! emacs.minibuffer: none 66 78 67 79 ! emacs.reverseVideo: true … … 73 85 Xft.hintstyle: hintnone 74 86 Xft.antialias: 1 75 Xft.autohint: 187 Xft.autohint: 0 76 88 Xft.rgba: rgb 77 89 ! Change cursor
Note:
See TracChangeset
for help on using the changeset viewer.