diff options
-rw-r--r-- | Xresources | 4 | ||||
-rw-r--r-- | config/i3/config | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Xresources b/Xresources index dae0e3f..ff2cf7b 100644 --- a/Xresources +++ b/Xresources @@ -11,9 +11,9 @@ URxvt.cursorBlink: 0 URxvt.visualBell: off URxvt.perl-ext: selection,mark-yank-urls,cwd-spawn,selection-to-clipboard URxvt.scrollstyle: next -URxvt.font: xft:Bitstream Vera Sans Mono:size=10 +URxvt.font: xft:DejaVu Sans Mono:size=10 -Xft.dpi: 192 +Xft.dpi: 180 Xft.autohint: 0 Xft.lcdfilter: lcddefault Xft.hintstyle: hintslight diff --git a/config/i3/config b/config/i3/config index ec020b1..7797e90 100644 --- a/config/i3/config +++ b/config/i3/config @@ -6,7 +6,7 @@ set $mod Mod4 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. -font pango:Bitstream Vera Sans Mono 8 +font pango:DejaVu Sans Mono 8 set $Locker i3lock && sleep 1 |