41 lines
1.1 KiB
Plaintext
41 lines
1.1 KiB
Plaintext
|
#
|
||
|
# /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="jule"
|
||
|
|
||
|
# 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!
|
||
|
#
|
||
|
# Suggested locations based on distro defaults:
|
||
|
# Arch Linux/Chakra and Gentoo users can leave this commented out
|
||
|
# Debian users should use a setting of "/dev/shm"
|
||
|
# Ubuntu users should use a setting of "/run/shm"
|
||
|
VOLATILE="/dev/shm"
|