Use B612 as font for i3
This commit is contained in:
parent
3617546e49
commit
2505c4ea56
1 changed files with 3 additions and 3 deletions
|
@ -8,9 +8,9 @@ set $alt Mod1
|
|||
# Font for window titles. Will also be used by the bar unless a different font
|
||||
# is used in the bar {} block below.
|
||||
#font pango:Terminus 8
|
||||
#font pango:B612 10
|
||||
font pango:B612 10
|
||||
#font pango:DejaVu Sans Mono 12
|
||||
font pango:Inconsolata 12
|
||||
#font pango:Inconsolata 12
|
||||
|
||||
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
||||
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
||||
|
@ -50,7 +50,7 @@ bindsym $mod+Shift+c kill
|
|||
# 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
|
||||
# installed.
|
||||
bindsym $mod+d exec --no-startup-id "i3-dmenu-desktop --entry-type name"
|
||||
bindsym $mod+d exec --no-startup-id "i3-dmenu-desktop -dmenu='dmenu -i -fn B612' --entry-type name"
|
||||
|
||||
# Local Hotkeys
|
||||
bindsym $mod+x exec --no-startup-id "test -x ~/.local/bin/lhotkey-x && ~/.local/bin/lhotkey-x"
|
||||
|
|
Reference in a new issue