aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.dot/parcellite/parcelliterc.link16
-rwxr-xr-xxsessionrc.dot.link6
2 files changed, 19 insertions, 3 deletions
diff --git a/config.dot/parcellite/parcelliterc.link b/config.dot/parcellite/parcelliterc.link
index efccff3..d524c6f 100644
--- a/config.dot/parcellite/parcelliterc.link
+++ b/config.dot/parcellite/parcelliterc.link
@@ -22,3 +22,19 @@ data_size=0
ignore_whiteonly=false
trim_wspace_begend=false
trim_newline=false
+item_size=5
+automatic_paste=false
+auto_key=true
+auto_mouse=true
+key_input=false
+restore_empty=false
+rc_edit=false
+current_on_top=true
+persistent_history=false
+persistent_separate=false
+persistent_on_top=false
+persistent_delim=\\n
+multi_user=false
+icon_name=parcellite
+phistory_key=<Ctrl><Alt>X
+nonprint_disp=false
diff --git a/xsessionrc.dot.link b/xsessionrc.dot.link
index 3ceb1b5..8da4bac 100755
--- a/xsessionrc.dot.link
+++ b/xsessionrc.dot.link
@@ -85,7 +85,7 @@ if which parcellite > /dev/null 2>&1; then
fi
# Keyring
-if [ "$OSVERSION" != "6" ] && which gnome-keyring-daemon &> /dev/null; then
+if [ "$OSVERSION" != "6" ] && which gnome-keyring-daemon > /dev/null; then
# See https://bugzilla.redhat.com/show_bug.cgi?id=783568
# https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/932177
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653011
@@ -93,7 +93,7 @@ if [ "$OSVERSION" != "6" ] && which gnome-keyring-daemon &> /dev/null; then
#unset GNOME_KEYRING_PID
#unset GNOME_KEYRING_CONTROL
#eval $(gnome-keyring-daemon --start --components=pkcs11,gpg,secrets)
- eval $(gnome-keyring-daemon --start --components=pkcs11,secrets)
+ #eval $(gnome-keyring-daemon --start --components=pkcs11,secrets)
true
fi
@@ -101,6 +101,6 @@ fi
#trap 'kill $(jobs -p)' EXIT
# Start window manager
-if [ "$OSVERSION" == "7" ] || [ "$START_WINDOW_MANAGER" == "true" ]; then
+if [ "$OSVERSION" = "7" ] || [ "$START_WINDOW_MANAGER" = "true" ]; then
$WINDOW_MANAGER
fi