# HG changeset patch # User Meredith Howard # Date 1402852075 14400 # Node ID 403d6acca6bb3ef1f1465f8515415a1e9ab04b3c # Parent d18a4be6db77a1a3706c95bbf81585006a968ff8 Use prop fonts for i3 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:monospace 10 +font pango:Droid Sans 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 @@ -153,7 +153,6 @@ bindsym $mod+r mode "resize" # finds out, if available) bar { status_command i3status - font pango:Droid Sans Mono Slashed 10 }