aboutsummaryrefslogtreecommitdiffstats
path: root/.config/psd/.psd.conf
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2016-03-11 12:30:27 +0100
committerDavid Runge <dave@sleepmap.de>2016-03-11 12:30:27 +0100
commit1339b8e7b05d70e2e5aefb5d4898d46039870767 (patch)
tree97694009c889d75fdd794236fa4c14d5cb32da71 /.config/psd/.psd.conf
parentb7be00a2818fdc2c5b47a318a67c95bde3fda7f1 (diff)
parent4fddd5572d8ae4ddb8f56278c2945b10ed3ce3cb (diff)
downloaddotfiles-1339b8e7b05d70e2e5aefb5d4898d46039870767.tar.gz
dotfiles-1339b8e7b05d70e2e5aefb5d4898d46039870767.tar.bz2
dotfiles-1339b8e7b05d70e2e5aefb5d4898d46039870767.tar.xz
dotfiles-1339b8e7b05d70e2e5aefb5d4898d46039870767.zip
Merge branch 'master' of sleepmap.de:dotfiles
* 'master' of sleepmap.de:dotfiles: .gitignore: Adding further processing, arduino, qtpass, weather configs and cache folders to ignore list. .config/SuperCollider/sc_ide_conf.yaml: Post 3.7 settings .config/psd/.psd.conf: Removing backup from the index .config/conky/side: Changing to execpi for dig launch. Reversing the hostname check. .tmux.conf: Adding own scripts to status-right, removing tpm. bin/get_*: Adding helper scripts to be used in tmux. .processing/language.txt: Adding default language setting. .arduino/preferences.txt: updating sketch stuff .mutt/*: Updating footer. .config/gtk-3.0/settings.ini: Removing dark-theme settings, as they make fields in browsers unusable. Thx gnome!
Diffstat (limited to '.config/psd/.psd.conf')
-rw-r--r--.config/psd/.psd.conf67
1 files changed, 0 insertions, 67 deletions
diff --git a/.config/psd/.psd.conf b/.config/psd/.psd.conf
deleted file mode 100644
index 68c26c5..0000000
--- a/.config/psd/.psd.conf
+++ /dev/null
@@ -1,67 +0,0 @@
-#
-# $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="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.
-#
-# 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="firefox chromium"
-
-# Define where browser profiles will reside in tmpfs if $XDG_RUNTIME_DIR isn't
-# defined. This location must be mounted to tmpfs and MUST have permissions
-# of at least 700.
-# Use NO trailing backslash!
-#
-# Suggested locations based on distro defaults:
-# Arch Linux/Chakra, Fedora, and Gentoo leave this commented out
-# Debian 8+ use a setting of "/dev/shm"
-# Ubuntu 15.05+ use "/dev/shm"
-VOLATILE="/tmp/dave"
-
-# 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"