From b59079b0da2187d1c03f1fa04259bdfbb7faab8b Mon Sep 17 00:00:00 2001 From: jason Date: Tue, 24 Dec 2019 01:10:47 -0700 Subject: hidpi support --- xorg/.Xresources | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/xorg/.Xresources b/xorg/.Xresources index 30ec200..408f960 100644 --- a/xorg/.Xresources +++ b/xorg/.Xresources @@ -1,5 +1,11 @@ Xcursor.size: 16 -Xft.dpi: 96 +! Xft.dpi: 96 +Xft.dpi: 192 +Xft.lcdfilter: lcddefault +Xft.hintstyle: hintfull +Xft.hinting: 1 +Xft.antialias: 1 +Xft.rgba: rgb ! Ctrl+Shift+C and Ctrl+Shift+V for Copy and Paste (using CLIPBOARD) xterm*VT100.Translations: #override Ctrl Shift V: insert-selection(CLIPBOARD) \n Ctrl Shift C: copy-selection(CLIPBOARD) @@ -8,7 +14,7 @@ xterm*VT100.Translations: #override Ctrl Shift V: insert-selection(CLIPBOAR !!!!!!!!! ! URXVT ! !!!!!!!!! -URxvt.font: xft:Inconsolata:style=Regular:pixelsize=13 +URxvt.font: xft:Inconsolata:style=Regular:size=8 ! do not scroll with output URxvt*scrollTtyOutput: false ! scroll in relation to buffer (with mouse scroll or Shift+Page Up) -- cgit v1.2.1