From 002b0b338204ddf8297f07a078ea5b77c9a299ac Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Thu, 12 Jan 2017 17:47:52 +0200 Subject: Change font descriptors because something fucked up --- .Xresources | 2 +- .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. -- cgit v1.3.1