# Install Microsoft Edge for Linux Via Flatpak ## Metadata **Status**:: #x **Zettel**:: #zettel/fleeting **Created**:: [[2023-04-11]] **Parent**:: [[♯ Linux Workstation]] ## Synopsis ``` flatpak install com.microsoft.Edge ``` ### DPI Save following options in the file `~/.var/app/com.microsoft.Edge/config/edge-flags.conf` according to [this reference](https://github.com/flathub/com.microsoft.Edge) ``` --high-dpi-support=1 --force-device-scale-factor=2 ``` [※ source](https://techcommunity.microsoft.com/t5/discussions/bug-linux-wrong-scale-in-hidpi-screen-and-text-location-report/m-p/2372009/highlight/true#M47491) ### Set Edge as the Default Browser ``` xdg-settings set default-web-browser com.microsoft.Edge.desktop ```