Wed, 16 Mar 2016 02:02:13 -0400
actually use dejavu everywhere
.config/fontconfig/fonts.conf | file | annotate | diff | comparison | revisions | |
.i3/config | file | annotate | diff | comparison | revisions |
--- a/.config/fontconfig/fonts.conf +++ b/.config/fontconfig/fonts.conf @@ -6,25 +6,25 @@ <alias> <family>serif</family> <prefer> - <family>Droid Serif</family> + <family>DejaVu Serif Condensed</family> </prefer> </alias> <alias> <family>sans-serif</family> <prefer> - <family>Droid Sans</family> + <family>DejaVu Sans Condensed</family> </prefer> </alias> <alias> <family>sans</family> <prefer> - <family>Droid Sans</family> + <family>DejaVu Sans Condensed</family> </prefer> </alias> <alias> <family>monospace</family> <prefer> - <family>Droid Sans Mono</family> + <family>DejaVu Sans Mono</family> </prefer> </alias> </fontconfig>
--- a/.i3/config +++ b/.i3/config @@ -13,7 +13,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. ISO 10646 = Unicode -font pango:Droid Sans 10 +font pango:DejaVu Sans Condensed 10 #~font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 # The font above is very space-efficient, that is, it looks good, sharp and # clear in small sizes. However, if you need a lot of unicode glyphs or @@ -121,7 +121,7 @@ bindsym $mod+Shift+c reload # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) bindsym $mod+Shift+r restart # exit i3 (logs you out of your X session) -bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'Do you really want to exit i3?' -b 'Yes, exit i3' 'i3-msg exit'" +bindsym $mod+Shift+e exec "i3-nagbar -f 'pango:DejaVu Sans 10' -t warning -m 'Do you really want to exit i3?' -b 'Yes, exit i3' 'i3-msg exit'" # resize window (you can also use the mouse for that) mode "resize" {