Skip to content

Instantly share code, notes, and snippets.

@jmkim
Created November 18, 2023 13:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmkim/92d07564e8d11a0f5501709982186209 to your computer and use it in GitHub Desktop.
Save jmkim/92d07564e8d11a0f5501709982186209 to your computer and use it in GitHub Desktop.
#!/bin/bash
pushd ~/.local/share/applications
sed -ri 's/^(Exec=)(.*)/\1\2 --gtk-version=4/' chrome-*.desktop
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment