From 8620cc628711527b27e0b287197d3d60eb943552 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 3 Feb 2026 20:16:02 -0800 Subject: [PATCH] Fix rofi DPI auto-detect --- dotfiles/config/rofi/config.rasi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/config/rofi/config.rasi b/dotfiles/config/rofi/config.rasi index 11d8d882..c7e9f9c3 100644 --- a/dotfiles/config/rofi/config.rasi +++ b/dotfiles/config/rofi/config.rasi @@ -5,7 +5,8 @@ configuration { terminal: "alacritty"; sidebar-mode: false; fullscreen: true; - dpi: 100; + /* Let rofi auto-detect DPI under Wayland/Xwayland to avoid blurry scaling. */ + dpi: 0; } @theme "colorful/style_7.rasi"