From 13576ad416b879bb3cf739293a79eabacc8f7abd Mon Sep 17 00:00:00 2001 From: Djeeberjr Date: Fri, 5 May 2023 15:30:31 +0200 Subject: [PATCH] added vscode flags to use wayland by default --- .config/code-flags.conf | 1 + .config/electron-flags.conf | 1 + 2 files changed, 2 insertions(+) create mode 100644 .config/code-flags.conf create mode 120000 .config/electron-flags.conf diff --git a/.config/code-flags.conf b/.config/code-flags.conf new file mode 100644 index 0000000..da26db9 --- /dev/null +++ b/.config/code-flags.conf @@ -0,0 +1 @@ +--ozone-platform-hint=auto diff --git a/.config/electron-flags.conf b/.config/electron-flags.conf new file mode 120000 index 0000000..57c2def --- /dev/null +++ b/.config/electron-flags.conf @@ -0,0 +1 @@ +code-flags.conf \ No newline at end of file