config: Use Liberation fonts
parent
8f5de0bb20
commit
acbc673059
4
config
4
config
|
@ -15,7 +15,7 @@ font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
|
||||||
# right-to-left text rendering, you should instead use pango for rendering and
|
# right-to-left text rendering, you should instead use pango for rendering and
|
||||||
# chose a FreeType font, such as:
|
# chose a FreeType font, such as:
|
||||||
# font pango:DejaVu Sans Mono 10
|
# font pango:DejaVu Sans Mono 10
|
||||||
font pango:DejaVu Sans 10
|
font pango:Liberation Sans 10
|
||||||
|
|
||||||
# Disable focus-follows-mouse
|
# Disable focus-follows-mouse
|
||||||
focus_follows_mouse no
|
focus_follows_mouse no
|
||||||
|
@ -33,7 +33,7 @@ bindsym $mod+Shift+q kill
|
||||||
|
|
||||||
# start dmenu (a program launcher)
|
# start dmenu (a program launcher)
|
||||||
#bindsym $mod+d exec dmenu_run
|
#bindsym $mod+d exec dmenu_run
|
||||||
bindsym $modb+space exec exec dmenu_run -fn 'Monospace-10' &
|
bindsym $modb+space exec exec dmenu_run -fn 'Liberation Mono-10' &
|
||||||
# There also is the (new) i3-dmenu-desktop which only displays applications
|
# There also is the (new) i3-dmenu-desktop which only displays applications
|
||||||
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
||||||
# installed.
|
# installed.
|
||||||
|
|
Reference in New Issue