Skip to content

Instantly share code, notes, and snippets.

@barraponto
Created November 5, 2012 17:34
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 barraponto/03114a3ccb5744c8caa1 to your computer and use it in GitHub Desktop.
Save barraponto/03114a3ccb5744c8caa1 to your computer and use it in GitHub Desktop.
#
# /etc/psd.conf
#
# For documentation, see: https://wiki.archlinux.org/index.php/Profile-sync-daemon
# List users separated by spaces whose browser(s) profile(s) will get symlinked
# and sync'ed to tmpfs
# Do NOT list a user twice!
#
# Example
# USERS="facade happy"
USERS="barraponto"
# List browsers separated by spaces to include in the sync. Useful if you do not
# wish to have all possible browser profiles sync'ed
#
# Possible values:
# chromium
# conkeror.mozdev.org
# firefox
# google-chrome
# heftig-aurora
# midori
# opera
# opera-next
# qupzilla
#
# Uncomment and select which browsers to manage if you wish
# Otherwise all available/supported browsers will be managed
BROWSERS="firefox"
# Define where browser profiles will reside in tmpfs
# This location must be mounted to tmpfs and MUST have permissions of 777
# Use NO trailing backslash!
# If running a standard ARCH install the following default is fine
#VOLATILE="/tmp"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment