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