Skip to content

Commit

Permalink
(x11) Configure fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
danguita committed Mar 25, 2024
1 parent c0885d5 commit edacd81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Xresources
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
! 125%: 96*1.25 = 120
! 150%: 96*1.5 = 144
! 200%: 96*2.0 = 192
Xft.dpi: 144
Xft.dpi: 120

! xterm
xterm.vt100.faceName: monospace:size=10:antialias=true:autohint=true
xterm.vt100.faceName: monospace:size=10:antialias=false
xterm.vt100.eightBitInput: false
xterm.vt100.reverseVideo: true
xterm.vt100.printerCommand: select-url
Expand Down
2 changes: 1 addition & 1 deletion bin/dmenu-desktop
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

set -e

j4-dmenu-desktop --dmenu="dmenu -i -fn monospace:size=10"
j4-dmenu-desktop --dmenu="dmenu -i -fn monospace:size=10:antialias=false"
1 change: 0 additions & 1 deletion config/fontconfig/conf.d/99-font-aliases.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<alias>
<family>monospace</family>
<prefer>
<family>Liberation Mono</family>
<family>DejaVu Sans Mono</family>
</prefer>
</alias>
Expand Down

0 comments on commit edacd81

Please sign in to comment.