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
|
!Set TERM
|
||||||
urxvt.termName: xterm-256color
|
urxvt.termName: xterm-256color
|
||||||
|
|
||||||
Xft.dpi: 128
|
Xft.dpi: 136
|
||||||
Xft.antialias: true
|
Xft.antialias: true
|
||||||
Xft.rgba: rgb
|
Xft.rgba: rgb
|
||||||
Xft.autohint: false
|
Xft.autohint: false
|
||||||
Xft.hinting: true
|
Xft.hinting: true
|
||||||
Xft.hintstyle: hintfull
|
Xft.hintstyle: hintfull
|
||||||
urxvt*font: xft:Sauce Code Pro:style=Regular:size=10.5
|
urxvt*font: xft:Sauce Code Pro:style=Regular:size=9.8
|
||||||
urxvt*imFont: xft:Sauce Code Pro:style=Regular:size=10.5
|
urxvt*imFont: xft:Sauce Code Pro:style=Regular:size=9.8
|
||||||
urxvt*boldFont: xft:Sauce Code Pro:style=Bold:size=10.5
|
urxvt*boldFont: xft:Sauce Code Pro:style=Bold:size=9.8
|
||||||
urxvt*italicFont: xft:Sauce Code Pro:style=Italic:size=10.5
|
urxvt*italicFont: xft:Sauce Code Pro:style=Italic:size=9.8
|
||||||
urxvt*boldItalicFont: xft:Sauce Code Pro:style=Bold,Italic:size=10.5
|
urxvt*boldItalicFont: xft:Sauce Code Pro:style=Bold,Italic:size=9.8
|
||||||
|
|
||||||
|
|
||||||
! clickable Url and copy paste keys
|
! clickable Url and copy paste keys
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[global]
|
[global]
|
||||||
font = Noto Sans 13
|
font = Noto Sans 9.5
|
||||||
|
|
||||||
# Allow a small subset of html markup:
|
# Allow a small subset of html markup:
|
||||||
# <b>bold</b>
|
# <b>bold</b>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[options]
|
[options]
|
||||||
font = SauceCodePro 10.5
|
font = SauceCodePro 9.8
|
||||||
scrollback_lines = 100000
|
scrollback_lines = 100000
|
||||||
cursor_blink = off
|
cursor_blink = off
|
||||||
size_hints = true
|
size_hints = true
|
||||||
|
2
.xsession
Executable file → Normal file
2
.xsession
Executable file → Normal file
@ -1,6 +1,6 @@
|
|||||||
setxkbmap -option caps:none
|
setxkbmap -option caps:none
|
||||||
xset r rate 200 18
|
xset r rate 200 18
|
||||||
xrandr --dpi 125
|
xrandr --dpi 136
|
||||||
xrandr --output eDP-1 --primary
|
xrandr --output eDP-1 --primary
|
||||||
|
|
||||||
~/.local/share/surface-scripts/pend &
|
~/.local/share/surface-scripts/pend &
|
||||||
|
Loading…
Reference in New Issue
Block a user