From 73d448001428799b3c5c3fcafca06b8a318c299c Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Thu, 23 May 2024 01:35:44 -0400 Subject: [PATCH] feat: add chrome-flags.conf --- .install/hyprland-dotfiles.sh | 3 +++ chrome-flags.conf | 1 + 2 files changed, 4 insertions(+) create mode 100644 chrome-flags.conf diff --git a/.install/hyprland-dotfiles.sh b/.install/hyprland-dotfiles.sh index 022afc4..6486052 100644 --- a/.install/hyprland-dotfiles.sh +++ b/.install/hyprland-dotfiles.sh @@ -43,5 +43,8 @@ fi if [ -d ~/dotfiles-versions/$version/fastfetch ]; then _installSymLink fastfetch ~/.config/fastfetch ~/dotfiles/fastfetch/ ~/.config fi +if [ -f ~/dotfiles-versions/$version/chrome-flags.conf ]; then + _installSymLink chrome-flags ~/.config/chrome-flags.conf ~/dotfiles/chrome-flags.conf ~/.config +fi echo ":: Symbolic links created." echo diff --git a/chrome-flags.conf b/chrome-flags.conf new file mode 100644 index 0000000..a6c93f9 --- /dev/null +++ b/chrome-flags.conf @@ -0,0 +1 @@ +--ozone-platform=wayland --enable-wayland-ime