feat: add chrome-flags.conf
This commit is contained in:
parent
efb387ef14
commit
73d4480014
@ -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
|
||||
|
1
chrome-flags.conf
Normal file
1
chrome-flags.conf
Normal file
@ -0,0 +1 @@
|
||||
--ozone-platform=wayland --enable-wayland-ime
|
Loading…
Reference in New Issue
Block a user