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