From 4def3baadbe6c1d9aad363d2c2deee1e2bae83ea Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Fri, 19 Apr 2024 10:57:57 +0200 Subject: [PATCH] add electron configs --- .config/electron28-flags.conf | 4 ++++ .config/electron29-flags.conf | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 .config/electron28-flags.conf create mode 100644 .config/electron29-flags.conf diff --git a/.config/electron28-flags.conf b/.config/electron28-flags.conf new file mode 100644 index 0000000..2b79ac2 --- /dev/null +++ b/.config/electron28-flags.conf @@ -0,0 +1,4 @@ +--ozone-platform-hint=auto +--ozone-platform=wayland +--enable-features=VaapiVideoDecodeLinuxGL +--enable-features=WebRTCPipeWireCapturer diff --git a/.config/electron29-flags.conf b/.config/electron29-flags.conf new file mode 100644 index 0000000..2b79ac2 --- /dev/null +++ b/.config/electron29-flags.conf @@ -0,0 +1,4 @@ +--ozone-platform-hint=auto +--ozone-platform=wayland +--enable-features=VaapiVideoDecodeLinuxGL +--enable-features=WebRTCPipeWireCapturer