diff options
author | Camil Staps | 2023-03-06 10:18:37 +0100 |
---|---|---|
committer | Camil Staps | 2023-03-06 10:18:37 +0100 |
commit | 2369d15480aab71a40b1a1ef6ca629a2012476d4 (patch) | |
tree | 76c6e16d224c98951a167d7e45845dbc607e9790 | |
parent | Add ~/.local/bin to path, e.g. for pipx (diff) |
Enable sync to google account in chromium
-rw-r--r-- | system/.profile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/.profile b/system/.profile index 41567a7..5f512a0 100644 --- a/system/.profile +++ b/system/.profile @@ -32,6 +32,9 @@ export HISTTIMEFORMAT="%Y-%m-%d %T " export QUOTING_STYLE=literal export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=gasp -Dsun.java2d.opengl=true' +# Enable sync in Chromium: https://stackoverflow.com/a/67459416 and https://askubuntu.com/a/780874 +export CHROMIUM_FLAGS="--oauth2-client-id=77185425430.apps.googleusercontent.com --oauth2-client-secret=OTJgUOQcT7lO7GsGZq2G4IlT" + shopt -s globstar [ "$(tty)" = "/dev/tty1" ] && exec startx |