From 22cde9f050c7d0c6b0587869af5d59b375be3995 Mon Sep 17 00:00:00 2001 From: Von Random Date: Sat, 27 Jun 2015 21:48:37 +0300 Subject: [PATCH] we probably should not delete font from the fp --- rc.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/rc.lua b/rc.lua index ed4f279..cbe9dce 100644 --- a/rc.lua +++ b/rc.lua @@ -763,7 +763,6 @@ if exists('/home/von/.Xresources') then end ---- fix lack of terminus font if exists('/home/von/.fonts/terminus') then - awful.util.spawn_with_shell('xset fp- /home/von/.fonts/terminus/PCF') awful.util.spawn_with_shell('xset fp+ /home/von/.fonts/terminus/PCF') awful.util.spawn_with_shell('xset fp rehash') end