From d47c0f090c1aac34cb2290c1884fb5a636cc2727 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 17 Jun 2024 18:25:10 +0700 Subject: [PATCH] use gnome pswd store for chrome n code --- .config/chrome-flags.conf | 6 ++++++ .config/code-flags.conf | 1 + 2 files changed, 7 insertions(+) create mode 100644 .config/chrome-flags.conf diff --git a/.config/chrome-flags.conf b/.config/chrome-flags.conf new file mode 100644 index 000000000..4f1b51862 --- /dev/null +++ b/.config/chrome-flags.conf @@ -0,0 +1,6 @@ +--password-store=gnome-libsecret +--ozone-platform-hint=wayland +--gtk-version=4 +--ignore-gpu-blocklist +--enable-features=TouchpadOverscrollHistoryNavigation +--enable-wayland-ime diff --git a/.config/code-flags.conf b/.config/code-flags.conf index f00a08ee2..0786a0c69 100644 --- a/.config/code-flags.conf +++ b/.config/code-flags.conf @@ -3,3 +3,4 @@ --ignore-gpu-blocklist --enable-features=TouchpadOverscrollHistoryNavigation --enable-wayland-ime +--password-store=gnome-libsecret