Last active
October 31, 2017 07:34
-
-
Save psachin/ca8ed8993609cd2e1555df377c9e439f to your computer and use it in GitHub Desktop.
My xterm configuration.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! My xterm configurations | |
! Copy this file or put entire setting in ~/.Xresources and run below command | |
! and run: xrdb -merge ~/.Xresources | |
xterm*faceName: DejaVu Sans Mono Book | |
xterm*faceSize: 14 | |
xterm*loginShell: true | |
xterm*saveLines: 50000 | |
xterm*rightScrollBar: true | |
xterm*ScrollBar: true | |
xterm*scrollTtyOutput: false | |
! DOS-box colours | |
xterm*foreground: green | |
xterm*background: rgb:35/35/35 | |
xterm*color0: rgb:00/00/00 | |
xterm*color1: rgb:a8/00/00 | |
xterm*color2: rgb:00/a8/00 | |
xterm*color3: rgb:a8/54/00 | |
xterm*color4: rgb:00/00/a8 | |
xterm*color5: rgb:a8/00/a8 | |
xterm*color6: rgb:00/a8/a8 | |
xterm*color7: rgb:a8/a8/a8 | |
xterm*color8: rgb:54/54/54 | |
xterm*color9: rgb:fc/54/54 | |
xterm*color10: rgb:54/fc/54 | |
xterm*color11: rgb:fc/fc/54 | |
xterm*color12: rgb:54/54/fc | |
xterm*color13: rgb:fc/54/fc | |
xterm*color14: rgb:54/fc/fc | |
xterm*color15: rgb:fc/fc/fc | |
! Copy paste hack: https://www.davidsimmons.com/soft/xtermhacks/ | |
XTerm*VT100.translations: #override <Btn1Up>: select-end(PRIMARY, CLIPBOARD, CUT_BUFFER0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment