xresources: Add font for rofi and vim modeline
Rofi has a problem with the syntax used in *.font. Since the file was moved and renamed, vim does not recognize the file format correctly. This commit fixes that by adding a modeline.
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
! vim: ft=xdefaults
|
||||||
|
|
||||||
Xft.dpi: 150
|
Xft.dpi: 150
|
||||||
|
rofi.font: MesloLGS NF 24
|
||||||
*.font: MesloLGS NF:style=Regular:pixelsize=24:antialias=true:autohint=true
|
*.font: MesloLGS NF:style=Regular:pixelsize=24:antialias=true:autohint=true
|
||||||
*.alpha: 0.77
|
*.alpha: 0.77
|
||||||
|
|||||||
Reference in New Issue
Block a user