Add DPI settings
This commit is contained in:
parent
2a8cd7da80
commit
b38222c4c6
|
@ -25,6 +25,7 @@ offset-y = ${env:POS_Y:30}
|
||||||
radius = 0.0
|
radius = 0.0
|
||||||
fixed-center = false
|
fixed-center = false
|
||||||
bottom = ${env:BAR_BOTTOM:true}
|
bottom = ${env:BAR_BOTTOM:true}
|
||||||
|
dpi = 180
|
||||||
|
|
||||||
background = ${colors.background}
|
background = ${colors.background}
|
||||||
foreground = ${colors.foreground}
|
foreground = ${colors.foreground}
|
||||||
|
|
|
@ -23,3 +23,11 @@ URxvt.resize-font.bigger: C-Up
|
||||||
URxvt.url-launcher: /usr/bin/xdg-open
|
URxvt.url-launcher: /usr/bin/xdg-open
|
||||||
URxvt.matcher.button: 1
|
URxvt.matcher.button: 1
|
||||||
URxvt*iso14755: False
|
URxvt*iso14755: False
|
||||||
|
|
||||||
|
Xft.dpi: 180
|
||||||
|
Xft.autohint: 0
|
||||||
|
Xft.lcdfilter: lcddefault
|
||||||
|
Xft.hintstyle: hintfull
|
||||||
|
Xft.hinting: 1
|
||||||
|
Xft.antialias: 1
|
||||||
|
Xft.rgba: rgb
|
||||||
|
|
Reference in a new issue