1
0
Fork 0

we probably should not delete font from the fp

This commit is contained in:
Von Random 2015-06-27 21:48:37 +03:00
parent 16a2a60e7b
commit 22cde9f050

1
rc.lua
View file

@ -763,7 +763,6 @@ if exists('/home/von/.Xresources') then
end end
---- fix lack of terminus font ---- fix lack of terminus font
if exists('/home/von/.fonts/terminus') then 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+ /home/von/.fonts/terminus/PCF')
awful.util.spawn_with_shell('xset fp rehash') awful.util.spawn_with_shell('xset fp rehash')
end end