From 744a1d54064de1450c2f32c05496ef3c37a9cc86 Mon Sep 17 00:00:00 2001 From: druckdev <63563978+druckdev@users.noreply.github.com> Date: Mon, 2 Nov 2020 01:53:31 +0100 Subject: [PATCH] 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. --- .config/X11/xresources | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/X11/xresources b/.config/X11/xresources index 0b42756..8d17794 100644 --- a/.config/X11/xresources +++ b/.config/X11/xresources @@ -1,3 +1,6 @@ +! 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