set some flags and env variables for electron apps to hopefully bring them to wayland
This commit is contained in:
2
.config/electron-flags.conf
Normal file
2
.config/electron-flags.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
--enable-features=WaylandWindowDecorations
|
||||
--ozone-platform-hint=auto
|
@@ -11,8 +11,7 @@ export QT_QPA_PLATFORM=wayland
|
||||
export QT_QPA_PLATFORMTHEME=qt6ct
|
||||
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
||||
|
||||
#fix some bug with kde applications in hyprland https://www.lorenzobettini.it/2024/05/fixing-the-empty-open-with-in-dolphin-in-hyprland/
|
||||
export XDG_MENU_PREFIX=arch-
|
||||
export ELECTRON_OZONE_PLATFORM_HINT=wayland
|
||||
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
|
||||
|
Reference in New Issue
Block a user