fix switch-host2
[distro-setup] / subdir_files / .config / psd / psd.conf
1 #
2 # $XDG_HOME_CONFIG/psd/psd.conf
3 #
4 # For documentation, refer to the psd man page or the wiki page
5 # https://wiki.archlinux.org/index.php/Profile-sync-daemon
6
7 ## NOTE the following:
8 ## To protect data from corruption, in the event that you do make an edit while
9 ## psd is active, any changes made will be applied the next time you start psd.
10
11 # Uncomment and set to "yes" to use overlayfs instead of a full copy to reduce
12 # the memory costs and to improve sync/unsync operations. Note that your kernel
13 # MUST have this module available in order to use this mode
14 #
15 USE_OVERLAYFS="yes"
16
17 # List browsers separated by spaces to include in the sync. Useful if you do not
18 # wish to have all possible browser profiles sync'ed which is the default if
19 # this variable is left commented.
20 #
21 # Possible values:
22 # chromium
23 # chromium-dev
24 # conkeror.mozdev.org
25 # epiphany
26 # falkon
27 # firefox
28 # firefox-trunk
29 # google-chrome
30 # google-chrome-beta
31 # google-chrome-unstable
32 # heftig-aurora
33 # icecat
34 # inox
35 # luakit
36 # midori
37 # opera
38 # opera-beta
39 # opera-developer
40 # opera-legacy
41 # otter-browser
42 # qupzilla
43 # qutebrowser
44 # palemoon
45 # rekonq
46 # seamonkey
47 # surf
48 # vivaldi
49 # vivaldi-snapshot
50 #
51 BROWSERS="firefox"
52
53 # Uncomment and set to "no" to completely disable the crash recovery feature.
54 #
55 # The default is to create crash recovery backups if the system is ungracefully
56 # powered-down due to a kernel panic, hitting the reset switch, battery going
57 # dead, etc. Some users keep very diligent backups and don't care to have this
58 # feature enabled.
59 USE_BACKUPS="no"
60
61 # Uncomment and set to an integer that is the maximum number of crash recovery
62 # snapshots to keep (the oldest ones are delete first).
63 #
64 # The default is to save the most recent 5 crash recovery snapshots.
65 #BACKUP_LIMIT=5