summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-01-12 17:47:52 +0200
committerYuval Adam <_@yuv.al>2017-01-12 17:48:02 +0200
commit002b0b338204ddf8297f07a078ea5b77c9a299ac (patch)
tree82fdb6aa1abe592c89d583a01810a401dc5a2bff
parentcda343b398e82daa0ea4897d0838aafb872d3ee6 (diff)
Change font descriptors because something fucked up
-rw-r--r--.Xresources2
-rw-r--r--.config/i3/config4
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.