Skip to content

Commit

Permalink
Xdefaults: Fira Code font and CTRL+/- zooming
Browse files Browse the repository at this point in the history
  • Loading branch information
niclas committed Apr 25, 2024
1 parent 02c0efc commit 59278da
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .Xdefaults
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,15 @@ XTerm*Foreground: #FFFFFF
XTerm*cursorColor: #FFD700

XTerm*boldMode: false
XTerm*faceName: Space Mono
XTerm*faceName: Fira Code Retina
XTerm*faceSize: 15
XTerm*renderFont: true

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

XTerm*VT100*translations: #override \n\
Ctrl <Key> minus: smaller-vt-font() \n\
Ctrl <Key> plus: larger-vt-font()

0 comments on commit 59278da

Please sign in to comment.