The only trick is that Thorium UI is rendering at 2x. It doesn't seem to follow global env variables for GDK_SCALE or Wayland scaling. Assume you're running on X11?

Reply to this note

Please Login to reply.

Discussion

example i3 keybinding to fix this: (adding GDK_SCALE=1)

bindsym $mod+b exec --no-startup-id GDK_SCALE=1 thorium-browser

example .desktop file to fix this: (adding GDK_SCALE=1)

https://i.e33.io/notes/thorium-browser.desktop

You're the man. 🙌🏼

save that .desktop file to:

~/.local/share/applications/thorium-browser.desktop

..then it should work in menus, rofi, etc.