we probably should not delete font from the fp
This commit is contained in:
parent
16a2a60e7b
commit
22cde9f050
1 changed files with 0 additions and 1 deletions
1
rc.lua
1
rc.lua
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue