Convert to dotted zero version of meslo.

This commit is contained in:
Ian Adam Naval 2014-08-05 03:25:43 -04:00
parent ca9f1ecf3a
commit ec952ae41e
3 changed files with 7 additions and 7 deletions

View File

@ -8,8 +8,8 @@ URxvt.depth: 32
! URxvt.foreground: [100]#ffbf00
! URxvt.background: [100]#000000
URxvt.scrollstyle: plain
URxvt.font: xft:meslo lg s:size=8
URxvt.boldFont: xft:meslo lg s:size=8
URxvt.font: xft:meslo lg s dz:size=8
URxvt.boldFont: xft:meslo lg s dz:size=8
URxvt.letterSpace: -1
URxvt.scrollBar_right: true
URxvt.scrollBar: false
@ -25,7 +25,7 @@ URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
xterm*VT100.translations: #override <Btn1Up>: select-end(PRIMARY, CLIPBOARD, CUT_BUFFER0)
xterm*VT100*colorBDMode: on
xterm*VT100*colorBD: red
xterm*faceName: meslo lg s:size=8
xterm*faceName: meslo lg s dz:size=8
xterm*dynamicColors: true
xterm*utf8: 2
xterm*eightBitInput: true

View File

@ -120,7 +120,7 @@ searchengine-submit-pattern=XXX
hint-opacity=0.80
font-entry=
proxy-url=
font=meslo lg s 8
font=meslo lg s dz 8
monospace-font-family=monospace
addressbar-dns-lookup=false
enable-universal-access-from-file-uris=true

View File

@ -18,7 +18,7 @@ set $mod Mod4
# right-to-left text rendering, you should instead use pango for rendering and
# chose a FreeType font, such as:
# font pango:DejaVu Sans Mono 10
font pango:Meslo LG L 8
font pango:Meslo LG L DZ 8
# Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod
@ -30,8 +30,8 @@ bindsym $mod+Return exec xterm
bindsym $mod+Shift+q kill
# start dmenu (a program launcher)
#bindsym $mod+d exec dmenu_run -sb "#880000"
bindsym $mod+d exec --no-startup-id j4-dmenu-desktop --dmenu="dmenu -i -sb '#800' -nb '#252525' -fn 'Meslo LG S-8'"
bindsym $mod+Shift+d exec --no-startup-id dmenu_run -i -sb '#800' -nb '#252525' -fn 'Meslo LG S-8'
bindsym $mod+d exec --no-startup-id j4-dmenu-desktop --dmenu="dmenu -i -sb '#800' -nb '#252525' -fn 'Meslo LG S DZ-8'"
bindsym $mod+Shift+d exec --no-startup-id dmenu_run -i -sb '#800' -nb '#252525' -fn 'Meslo LG S DZ-8'
# 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.