From 7bbd52d4d84976db6f7e5ea649492db7f01b310e Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Tue, 3 Oct 2017 11:30:57 +0100 Subject: [PATCH] Use consistent font sizes and DPI --- .Xresources | 12 ++++++------ .config/dunst/dunstrc | 2 +- .config/termite/config | 2 +- .xsession | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) mode change 100755 => 100644 .xsession diff --git a/.Xresources b/.Xresources index 8645b15..8bdd848 100644 --- a/.Xresources +++ b/.Xresources @@ -18,17 +18,17 @@ xterm.metaSendsEscape: true !Set TERM urxvt.termName: xterm-256color -Xft.dpi: 128 +Xft.dpi: 136 Xft.antialias: true Xft.rgba: rgb Xft.autohint: false Xft.hinting: true Xft.hintstyle: hintfull -urxvt*font: xft:Sauce Code Pro:style=Regular:size=10.5 -urxvt*imFont: xft:Sauce Code Pro:style=Regular:size=10.5 -urxvt*boldFont: xft:Sauce Code Pro:style=Bold:size=10.5 -urxvt*italicFont: xft:Sauce Code Pro:style=Italic:size=10.5 -urxvt*boldItalicFont: xft:Sauce Code Pro:style=Bold,Italic:size=10.5 +urxvt*font: xft:Sauce Code Pro:style=Regular:size=9.8 +urxvt*imFont: xft:Sauce Code Pro:style=Regular:size=9.8 +urxvt*boldFont: xft:Sauce Code Pro:style=Bold:size=9.8 +urxvt*italicFont: xft:Sauce Code Pro:style=Italic:size=9.8 +urxvt*boldItalicFont: xft:Sauce Code Pro:style=Bold,Italic:size=9.8 ! clickable Url and copy paste keys diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 6165101..6cd40c8 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -1,5 +1,5 @@ [global] - font = Noto Sans 13 + font = Noto Sans 9.5 # Allow a small subset of html markup: # bold diff --git a/.config/termite/config b/.config/termite/config index 57d34bc..286fd0b 100644 --- a/.config/termite/config +++ b/.config/termite/config @@ -1,5 +1,5 @@ [options] -font = SauceCodePro 10.5 +font = SauceCodePro 9.8 scrollback_lines = 100000 cursor_blink = off size_hints = true diff --git a/.xsession b/.xsession old mode 100755 new mode 100644 index 701cd5b..f445a90 --- a/.xsession +++ b/.xsession @@ -1,6 +1,6 @@ setxkbmap -option caps:none xset r rate 200 18 -xrandr --dpi 125 +xrandr --dpi 136 xrandr --output eDP-1 --primary ~/.local/share/surface-scripts/pend &