Skip to content

Commit

Permalink
Trying to migrate to xterm
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornconnolly committed Jul 11, 2022
1 parent 6e68827 commit 7db34fb
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions X11/Xressources.symlink
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Xft.antialias: 1
Xft.hinting: 1
Xft.rgba: rgb
Xft.hintstyle: hintslight
Xft.lcdfilter: lcddefault

XTerm.termName: xterm-256color
XTerm.vt100.reverseVideo: true
XTerm.vt100.font: -*-terminus-medium-r-normal-*-16-*-*-*-*-*-iso10646-*
!XTerm.vt100.locale: false
!XTerm.vt100.utf8: true
!XTerm.vt100.metaSendsEscape: true
XTerm.vt100.selectToClipboard: fals
XTerm.vt100.saveLines: 32000
!XTerm.vt100.scrollBar: true
XTerm.vt100.translations: #override \
Shift <Key>Insert: insert-selection(CLIPBOARD) \n\
Ctrl <Key>Insert: copy-selection(CLIPBOARD) \n\
Ctrl <Key>equal: larger-vt-font() \n\
Ctrl <Key>minus: smaller-vt-font() \n\
Ctrl <Key>0: set-vt-font(d)

!XTerm.vt100.backarrowKey: false
!XTerm.ttymodes: erase ^?

0 comments on commit 7db34fb

Please sign in to comment.