mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 03:02:52 +01:00
i3: decrease font size by 1
For fitting status bar comfortably with Sedric's HiDPI scaling, however it's borderline uncomfortable with Kincarron now. How about I start using per-device font sizes like with some other lines?
This commit is contained in:
parent
9536101263
commit
44bc8faf4b
@ -46,7 +46,8 @@ set $ScreenLockCmd i3lock -c 000000 -p win -f
|
|||||||
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
||||||
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
||||||
# NOTE! Bigger font than 8 is too big for Kincarron
|
# NOTE! Bigger font than 8 is too big for Kincarron
|
||||||
font pango:DejaVu Sans Mono Book 8
|
# 7 is too big for Sedric with dpi scaling 144
|
||||||
|
font pango:DejaVu Sans Mono Book 7
|
||||||
|
|
||||||
# Before i3 v4.8, we used to recommend this one as the default:
|
# Before i3 v4.8, we used to recommend this one as the default:
|
||||||
# font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
|
# font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
|
||||||
|
Loading…
Reference in New Issue
Block a user