Fix rofi DPI auto-detect

This commit is contained in:
2026-02-03 20:16:02 -08:00
parent c75d1e59e0
commit 8620cc6287

View File

@@ -5,7 +5,8 @@ configuration {
terminal: "alacritty"; terminal: "alacritty";
sidebar-mode: false; sidebar-mode: false;
fullscreen: true; fullscreen: true;
dpi: 100; /* Let rofi auto-detect DPI under Wayland/Xwayland to avoid blurry scaling. */
dpi: 0;
} }
@theme "colorful/style_7.rasi" @theme "colorful/style_7.rasi"