aboutsummaryrefslogtreecommitdiffstats
path: root/.config/psd/psd.conf
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2020-07-27 15:46:42 +0200
committerDavid Runge <dave@sleepmap.de>2020-07-27 15:46:42 +0200
commit8693e4a6bae3914d446d36a40c6706172df4b16e (patch)
tree1b14ac9849656f0c328a6f9237b7c3fa72b995b2 /.config/psd/psd.conf
parent0610cc873bfcec666099867150788bc3da873d5d (diff)
parentfb901c5538d652233382bcad45ca76682653a236 (diff)
downloaddotfiles-8693e4a6bae3914d446d36a40c6706172df4b16e.tar.gz
dotfiles-8693e4a6bae3914d446d36a40c6706172df4b16e.tar.bz2
dotfiles-8693e4a6bae3914d446d36a40c6706172df4b16e.tar.xz
dotfiles-8693e4a6bae3914d446d36a40c6706172df4b16e.zip
Merge branch 'master' of git.sleepmap.de:dave/dotfiles
* 'master' of git.sleepmap.de:dave/dotfiles: Drop localdomain SSH config cleanup Remov packages Add systemd user service for ssh-agent Add local tmux systemd user service Replace use of hostname with internal Remove unused presets Add cargo bin to PATH Add supported extension to ex and lstar Update configuration Add application rule Add packages to [community] Add packages to [extra] Add packages
Diffstat (limited to '.config/psd/psd.conf')
-rw-r--r--.config/psd/psd.conf24
1 files changed, 18 insertions, 6 deletions
diff --git a/.config/psd/psd.conf b/.config/psd/psd.conf
index 76f8dae..44d0f30 100644
--- a/.config/psd/psd.conf
+++ b/.config/psd/psd.conf
@@ -1,7 +1,7 @@
#
-# $XDG_HOME_CONFIG/psd/psd.conf
+# $XDG_CONFIG_HOME/psd/psd.conf
#
-# For documentation, refer to the psd man page or the wiki page
+# For documentation, refer man 1 psd or to the wiki page
# https://wiki.archlinux.org/index.php/Profile-sync-daemon
## NOTE the following:
@@ -14,15 +14,21 @@
#
#USE_OVERLAYFS="no"
-# List browsers separated by spaces to include in the sync. Useful if you do not
-# wish to have all possible browser profiles sync'ed which is the default if
-# this variable is left commented.
+# Uncomment and set to "yes" to resync on suspend to reduce potential data loss.
+# Note that your system MUST have gdbus from glib2 installed to use this mode.
+#
+#USE_SUSPSYNC="no"
+
+# List any browsers in the array below to have managed by psd. Useful if you do
+# not wish to have all possible browser profiles managed which is the default if
+# this array is left commented.
#
# Possible values:
# chromium
# chromium-dev
# conkeror.mozdev.org
# epiphany
+# falkon
# firefox
# firefox-trunk
# google-chrome
@@ -47,7 +53,7 @@
# vivaldi
# vivaldi-snapshot
#
-BROWSERS="firefox chromium qutebrowser"
+BROWSERS=('firefox' 'chromium' 'qutebrowser')
# Uncomment and set to "no" to completely disable the crash recovery feature.
#
@@ -56,3 +62,9 @@ BROWSERS="firefox chromium qutebrowser"
# dead, etc. Some users keep very diligent backups and don't care to have this
# feature enabled.
#USE_BACKUPS="yes"
+
+# Uncomment and set to an integer that is the maximum number of crash recovery
+# snapshots to keep (the oldest ones are delete first).
+#
+# The default is to save the most recent 5 crash recovery snapshots.
+#BACKUP_LIMIT=5