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"