I'm running RStudio on Wayland, and because I have fractional scaling enabled, I need to pass some Electron flags to avoid blurry rendering (as described e.g. in GUI text and icons blurry with fractional scaling in Ubuntu):
--ozone-platform-hint=auto
--enable-features=WaylandWindowDecorations
--ozone-platform=wayland
Some programs read ~/.config/electron-flags.conf
, but RStudio seems to ignore this file. Other Electron-based programs like Visual Studio Code use their own Electron config file (code-flags.conf
), so I was wondering if something like this exists for RStudio.