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.
7 lines
150 B
Plaintext
7 lines
150 B
Plaintext
! vim: ft=xdefaults
|
|
|
|
Xft.dpi: 150
|
|
rofi.font: MesloLGS NF 24
|
|
*.font: MesloLGS NF:style=Regular:pixelsize=24:antialias=true:autohint=true
|
|
*.alpha: 0.77
|