Skip to content

Instantly share code, notes, and snippets.

@fathulfahmy
Last active September 28, 2025 05:58
Show Gist options
  • Select an option

  • Save fathulfahmy/51206d90bae360497c7c4ff4ae39037d to your computer and use it in GitHub Desktop.

Select an option

Save fathulfahmy/51206d90bae360497c7c4ff4ae39037d to your computer and use it in GitHub Desktop.
Fix blurry electron applications on Linux

How to fix blurry Electron applications on Linux

  1. Go to applications directory
cd
cd /usr/share/applications
  1. Edit .desktop file
vim app-name.desktop
  1. Append --enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto to execution command
Exec=/usr/bin/app-name --enable-features=UseOzonePlatform --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto --other-args
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment