1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Use consistent font sizes and DPI

This commit is contained in:
Joe Groocock 2017-10-03 11:30:57 +01:00
parent b0267c548a
commit 7bbd52d4d8
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86
4 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -1,5 +1,5 @@
[global]
font = Noto Sans 13
font = Noto Sans 9.5
# Allow a small subset of html markup:
# <b>bold</b>

View File

@ -1,5 +1,5 @@
[options]
font = SauceCodePro 10.5
font = SauceCodePro 9.8
scrollback_lines = 100000
cursor_blink = off
size_hints = true

2
.xsession Executable file → Normal file
View File

@ -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 &