# HG changeset patch # User Meredith Howard # Date 1458108133 14400 # Node ID 72be7e28e7fd20066c071945aceda6bd8dabfb24 # Parent f7fd81cbdb0ca8fe331bc746d7d0da286329f12e actually use dejavu everywhere diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf --- a/.config/fontconfig/fonts.conf +++ b/.config/fontconfig/fonts.conf @@ -6,25 +6,25 @@ serif - Droid Serif + DejaVu Serif Condensed sans-serif - Droid Sans + DejaVu Sans Condensed sans - Droid Sans + DejaVu Sans Condensed monospace - Droid Sans Mono + DejaVu Sans Mono diff --git a/.i3/config b/.i3/config --- 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" {