From 93294e256d5cb21946fd3310cdaada981118f9b5 Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Wed, 10 May 2023 03:37:48 +0300 Subject: [PATCH] [add/new] Create the .Xresources --- .Xresources | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .Xresources diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..a44e7a8 --- /dev/null +++ b/.Xresources @@ -0,0 +1,29 @@ +*faceName: Public Sans +xterm*faceSize: 14 +*multiClickTime: 300 +*international: true +Xcursor.theme: default +Xcursor.size: 16 ! 32, 48 or 64 may also be good values + +! Xft settings --------------------------------------------------------------- + +Xft.lcdfilter: lcddefault +Xft.antialias: true +Xft.autohint: false +Xft.hinting: true +Xft.hintstyle: hintfull +Xft.rgba: rgb + +! xterm ---------------------------------------------------------------------- +xterm*geometry: 100x25 +xterm*dynamicColors: true +xterm*utf8: 1 +xterm*eightBitInput: true +xterm*saveLines: 12000 +xterm*scrollTtyKeypress: true +xterm*scrollTtyOutput: false +xterm*jumpScroll: true +xterm*multiScroll: true +xterm*toolBar: false +xterm*termName: xterm-256color +xterm*faceName: Noto Sans Mono