From 59278da24e393a267b8b6d420b7d891676cf2ff5 Mon Sep 17 00:00:00 2001 From: Niclas Hofmann Date: Thu, 25 Apr 2024 15:09:54 +0200 Subject: [PATCH] Xdefaults: Fira Code font and CTRL+/- zooming --- .Xdefaults | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.Xdefaults b/.Xdefaults index 6123d5c..8d7b544 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -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 \ No newline at end of file +XTerm*VT100*eightBitOutput: true + +XTerm*VT100*translations: #override \n\ + Ctrl minus: smaller-vt-font() \n\ + Ctrl plus: larger-vt-font()