.i3/config

branch
mhoward-lt
changeset 61
403d6acca6bb
parent 50
437404eff6ff
child 70
431128b5fa0c
equal deleted inserted replaced
60:d18a4be6db77 61:403d6acca6bb
11 11
12 set $mod Mod4 12 set $mod Mod4
13 13
14 # Font for window titles. Will also be used by the bar unless a different font 14 # Font for window titles. Will also be used by the bar unless a different font
15 # is used in the bar {} block below. ISO 10646 = Unicode 15 # is used in the bar {} block below. ISO 10646 = Unicode
16 font pango:monospace 10 16 font pango:Droid Sans 10
17 #~font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 17 #~font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
18 # The font above is very space-efficient, that is, it looks good, sharp and 18 # The font above is very space-efficient, that is, it looks good, sharp and
19 # clear in small sizes. However, if you need a lot of unicode glyphs or 19 # clear in small sizes. However, if you need a lot of unicode glyphs or
20 # right-to-left text rendering, you should instead use pango for rendering and 20 # right-to-left text rendering, you should instead use pango for rendering and
21 # chose a FreeType font, such as: 21 # chose a FreeType font, such as:
151 151
152 # Start i3bar to display a workspace bar (plus the system information i3status 152 # Start i3bar to display a workspace bar (plus the system information i3status
153 # finds out, if available) 153 # finds out, if available)
154 bar { 154 bar {
155 status_command i3status 155 status_command i3status
156 font pango:Droid Sans Mono Slashed 10
157 } 156 }
158 157
159 158
160 hide_edge_borders vertical 159 hide_edge_borders vertical
161 160

mercurial