I’ve followed the Arch Wiki’s HiDPI guide for Xfce to configure my HiDPI display While most tools (Terminal, WezTerm, GIMP, Emacs) scale correctly, two issues persist:
Apps like Chromium, Brave, and Obsidian render with incorrectly large UI elements unless launched with --force-device-scale-factor=2. This suggests per-app overrides are needed despite global Xfce settings.
2. Thunar icons are excessively large
Thunar’s icons appear oversized compared to other UI elements (see attached screenshot). This occurs even after adjusting global icon settings in Settings Editor or via xfconf-query.
App-specific scaling: Is there a way to avoid --force-device-scale-factor flags for Chromium-based apps? Could ~/.config/environment.d/*.conf with CHROMIUM_FLAGS work system-wide?
Thunar icon size: How to permanently fix oversized icons? Are there Thunar config files (e.g., gtk.css tweaks) or plugins to control icon DPI independently?