Skip to content

Commit

Permalink
Xdefaults: reordering groups
Browse files Browse the repository at this point in the history
  • Loading branch information
niclas committed Nov 13, 2022
1 parent 9ad21ef commit d59adcf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .Xdefaults
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
XTerm*scrollBar: true
XTerm*rightScrollBar: true
XTerm*loginShell: false

XTerm*internalBorder: 3

XTerm*saveLines: 10000
XTerm*scrollBar: true
XTerm*rightScrollBar: true

XTerm*boldMode: false
XTerm*faceName: DejaVu Sans Mono
XTerm*faceSize: 14
XTerm*renderFont: true

XTerm*VT100*backarrowKey: false
XTerm*VT100*eightBitInput: false
XTerm*VT100*eightBitControl: false
XTerm*VT100*eightBitInput: false
XTerm*VT100*eightBitOutput: true

0 comments on commit d59adcf

Please sign in to comment.