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:
parent
b0267c548a
commit
7bbd52d4d8
12
.Xresources
12
.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
|
||||
|
@ -1,5 +1,5 @@
|
||||
[global]
|
||||
font = Noto Sans 13
|
||||
font = Noto Sans 9.5
|
||||
|
||||
# Allow a small subset of html markup:
|
||||
# <b>bold</b>
|
||||
|
@ -1,5 +1,5 @@
|
||||
[options]
|
||||
font = SauceCodePro 10.5
|
||||
font = SauceCodePro 9.8
|
||||
scrollback_lines = 100000
|
||||
cursor_blink = off
|
||||
size_hints = true
|
||||
|
Loading…
Reference in New Issue
Block a user