mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
update font and hdpi settings
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
! Xft settings
|
||||
!-------------------------------------------------------------------------------
|
||||
|
||||
Xft.dpi: 112
|
||||
Xft.dpi: 120
|
||||
Xft.autohint: false
|
||||
Xft.lcdfilter: lcddefault
|
||||
Xft.hintstyle: hintfull
|
||||
@@ -23,21 +23,17 @@ URxvt*lineSpace: 0
|
||||
URxvt*skipBuiltinGlyphs: true
|
||||
|
||||
! Fonts
|
||||
URxvt*font: xft:Hack:style=Regular:size=11, \
|
||||
URxvt*font: xft:Fira Code:style=Regular:size=11, \
|
||||
xft:Droid Sans Fallback:style=Regular, \
|
||||
xft:Droid Sans Japanese:style=Regular, \
|
||||
xft:unifont:style=Medium
|
||||
URxvt*boldFont: xft:Hack:style=Bold:size=11, \
|
||||
URxvt*boldFont: xft:Fira Code:style=Bold:size=11, \
|
||||
xft:Droid Sans Fallback:style=Regular, \
|
||||
xft:Droid Sans Japanese:style=Regular, \
|
||||
xft:unifont:style=Medium
|
||||
URxvt*italicFont: xft:Hack:style=Regular:size=11, \
|
||||
URxvt*italicFont: xft:Fira Code:style=Regular:size=11, \
|
||||
xft:Droid Sans Fallback:style=Regular, \
|
||||
xft:Droid Sans Japanese:style=Regular, \
|
||||
xft:unifont:style=Medium
|
||||
URxvt*boldItalicFont: xft:Hack:style=Bold:size=11, \
|
||||
URxvt*boldItalicFont: xft:Fira Code:style=Bold:size=11, \
|
||||
xft:Droid Sans Fallback:style=Regular, \
|
||||
xft:Droid Sans Japanese:style=Regular, \
|
||||
xft:unifont:style=Medium
|
||||
|
||||
! Scrollbar
|
||||
|
||||
@@ -13,7 +13,12 @@ fi
|
||||
|
||||
eval $(gpg-agent -s --enable-ssh-support --daemon --write-env-file $HOME/.gpg-agent-info)
|
||||
|
||||
xrdb $HOME/.Xresources
|
||||
DISPLAY_SCALE=1.25
|
||||
export GDK_DPI_SCALE=$DISPLAY_SCALE
|
||||
export QT_AUTO_SCREEN_SCALE_FACTOR=$DISPLAY_SCALE
|
||||
|
||||
[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
|
||||
|
||||
|
||||
case $1 in
|
||||
xterm)
|
||||
|
||||
Reference in New Issue
Block a user