]> Sergey Matveev's repositories - dotfiles.git/blobdiff - x/.Xresources
Have not used zshfe for years
[dotfiles.git] / x / .Xresources
index 1c29c57ad66f8a598663e51b7745295a7612d4f0..00f07a8971b1907faa71116131ac573d5c43e937 100644 (file)
@@ -1,6 +1,11 @@
+Xft.dpi: 96
+Xft.hinting: true
+Xft.antialias: true
+Xft.autohint: false
+
 XTerm.termName: screen-256color
 XTerm.vt100.internalBorder: 0
-XTerm.vt100.faceName: Inconsolata LGC:pixelsize=16:antialias=false:autohint=true
+XTerm.vt100.faceName: Go Mono:pixelsize=18:antialias=true
 XTerm.vt100.foreground: gray90
 XTerm.vt100.background: black
 XTerm.vt100.cursorColor: white
@@ -16,5 +21,7 @@ XTerm.vt100.Translations: #override \
     Shift<Key>Page_Up: string("\e[5;2~") \n \
     <Key>Menu: string("\ 1") \n \
     <Key>Super_R: string("\ 1") \n \
+    <Btn4Down>: string("\19") \n \
+    <Btn5Down>: string("\ 5") \n \
     Shift Alt<Key>Insert: insert-selection(CLIPBOARD, CUT_BUFFER1)
 XTerm.vt100.trimSelection: true