mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Fix hinting in xft.
This fixes the weird font issues I had with i3 that I "fixed" by starting cinnamon-settings-daemon.
This commit is contained in:
@@ -4,7 +4,7 @@ Xcursor.size: 16
|
|||||||
! Xft for fonts
|
! Xft for fonts
|
||||||
!!!
|
!!!
|
||||||
!Xft.dpi: 144
|
!Xft.dpi: 144
|
||||||
Xft.antialias: false
|
Xft.antialias: true
|
||||||
Xft.lcdfilter: lcddefault
|
Xft.lcdfilter: lcddefault
|
||||||
Xft.rgba: rgb
|
Xft.rgba: rgb
|
||||||
Xft.hinting: true
|
Xft.hinting: true
|
||||||
@@ -30,7 +30,7 @@ URxvt.iso14755: false
|
|||||||
URxvt*font: xft:inconsolata:pixelsize=16,xft:monospace:size=11
|
URxvt*font: xft:inconsolata:pixelsize=16,xft:monospace:size=11
|
||||||
|
|
||||||
! Fix font space
|
! Fix font space
|
||||||
URxvt*letterSpace: -1
|
URxvt.letterSpace: -1
|
||||||
|
|
||||||
! Scrollbar
|
! Scrollbar
|
||||||
URxvt.scrollStyle: rxvt
|
URxvt.scrollStyle: rxvt
|
||||||
|
|||||||
Reference in New Issue
Block a user