From 2f94b1f8899c51ba191cb7457214df12b7421afd Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Sun, 29 Nov 2015 15:54:32 -0500 Subject: [PATCH] Add some Arch configs --- config/pacman/makepkg.conf | 3 ++ config/psd/psd.conf | 56 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 config/pacman/makepkg.conf create mode 100644 config/psd/psd.conf diff --git a/config/pacman/makepkg.conf b/config/pacman/makepkg.conf new file mode 100644 index 0000000..5dce931 --- /dev/null +++ b/config/pacman/makepkg.conf @@ -0,0 +1,3 @@ +# Compile in tmpfs +BUILDDIR=/tmp/makepkg +PKGDEST=~/.packages diff --git a/config/psd/psd.conf b/config/psd/psd.conf new file mode 100644 index 0000000..2a49cd2 --- /dev/null +++ b/config/psd/psd.conf @@ -0,0 +1,56 @@ +# +# $XDG_HOME_CONFIG/psd/psd.conf +# +# For documentation, refer to the psd man page or the wiki page +# https://wiki.archlinux.org/index.php/Profile-sync-daemon + +## NOTE the following: +## To protect data from corruption, in the event that you do make an edit while +## psd is active, any changes made will be applied the next time you start psd. + +# Uncomment and set to "yes" to use overlayfs instead of a full copy to reduce +# the memory costs and to improve sync/unsync operations. Note that your kernel +# MUST have this module available in order to use this mode +# +USE_OVERLAYFS="yes" + +# 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. +# +# Possible values: +# chromium +# chromium-dev +# conkeror.mozdev.org +# epiphany +# firefox +# firefox-trunk +# google-chrome +# google-chrome-beta +# google-chrome-unstable +# heftig-aurora +# icecat +# inox +# luakit +# midori +# opera +# opera-beta +# opera-developer +# opera-legacy +# otter-browser +# qupzilla +# palemoon +# rekonq +# seamonkey +# vivaldi +# vivaldi-snapshot +# +#BROWSERS="" + +# Uncomment and set to "no" to completely disable the crash recovery feature. +# +# The default is to create crash recovery backups if the system is ungracefully +# powered-down due to a kernel panic, hitting the reset switch, battery going +# dead, etc. Some users keep very diligent backups and don't care to have this +# feature enabled. +#USE_BACKUPS="yes"