From 68aa33bbfd59f7fd745284bfe11ce8eb0e5d2195 Mon Sep 17 00:00:00 2001 From: Stanislav Fifik Date: Wed, 11 Mar 2026 13:35:48 +0100 Subject: [PATCH] adding electron flags --- .config/electron-flags.conf | 4 ++++ .vscode/argv.json | 21 +++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 .config/electron-flags.conf create mode 100644 .vscode/argv.json diff --git a/.config/electron-flags.conf b/.config/electron-flags.conf new file mode 100644 index 0000000..65b77b0 --- /dev/null +++ b/.config/electron-flags.conf @@ -0,0 +1,4 @@ +# Enable Wayland support +--enable-features=WaylandWindowDecorations,AllowQt +--ozone-platform=wayland +--gtk-version=4 diff --git a/.vscode/argv.json b/.vscode/argv.json new file mode 100644 index 0000000..4fda84c --- /dev/null +++ b/.vscode/argv.json @@ -0,0 +1,21 @@ +// This configuration file allows you to pass permanent command line arguments to VS Code. +// Only a subset of arguments is currently supported to reduce the likelihood of breaking +// the installation. +// +// PLEASE DO NOT CHANGE WITHOUT UNDERSTANDING THE IMPACT +// +// NOTE: Changing this file requires a restart of VS Code. +{ + // Use software rendering instead of hardware accelerated rendering. + // This can help in cases where you see rendering issues in VS Code. + // "disable-hardware-acceleration": true, + + // Allows to disable crash reporting. + // Should restart the app if the value is changed. + "enable-crash-reporter": true, + + // Unique id used for correlating crash reports sent from this instance. + // Do not edit this value. + "crash-reporter-id": "ce7e0f80-f595-4b8c-904b-6eb80ecd42b6", + "password-store":"gnome-libsecret" +}