From 7452db73d1e693d37d00c766d7f95ec3b6e5e0cb Mon Sep 17 00:00:00 2001 From: Smirnov Oleksandr Date: Wed, 8 Nov 2023 15:17:11 +0200 Subject: [PATCH] add electron config for wayland --- config/electron-flags.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 config/electron-flags.conf diff --git a/config/electron-flags.conf b/config/electron-flags.conf new file mode 100644 index 0000000..1aa75ce --- /dev/null +++ b/config/electron-flags.conf @@ -0,0 +1,2 @@ +--enable-features=UseOzonePlatform,WaylandWindowDecorations +--ozone-platform=wayland