diff options
| -rw-r--r-- | .Xresources | 2 | ||||
| -rw-r--r-- | .config/i3/config | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.Xresources b/.Xresources index 846f87a..4dbf72c 100644 --- a/.Xresources +++ b/.Xresources @@ -18,7 +18,7 @@ urxvt.background: #1d1f21 *color14: #8abeb7 *color15: #ecebec -urxvt.font: xft:gohufont +urxvt.font: -gohu-gohufont-medium-r-normal--14-100-100-100-c-80-iso8859-1 urxvt.scrollBar: false urxvt.perl-ext-common: default,matcher urxvt.url-launcher: /usr/bin/firefox diff --git a/.config/i3/config b/.config/i3/config index 6062e05..69aa84f 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -15,7 +15,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. -font pango:gohufont 12 +font -gohu-gohufont-medium-r-normal--14-100-100-100-c-80-iso8859-1 # This font is widely installed, provides lots of unicode glyphs, right-to-left # text rendering and scalability on retina/hidpi displays (thanks to pango). @@ -38,7 +38,7 @@ bindsym $mod+Return exec i3-sensible-terminal bindsym $mod+Shift+q kill # start dmenu (a program launcher) -bindsym $mod+d exec dmenu_run -fn GohuFont +bindsym $mod+d exec dmenu_run -fn "-gohu-gohufont-medium-r-normal--14-100-100-100-c-80-iso8859-1" # 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. |
