diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-25 13:06:04 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-25 13:06:04 -0300 |
commit | c8a5873697fe5652584d64138f644c78256df2f3 (patch) | |
tree | f2cce81b1bc1649d98dc1426138ca39cb04bbf15 | |
parent | c07950aded2c117b118eb445d97ab354d5657ab8 (diff) | |
download | profile-c8a5873697fe5652584d64138f644c78256df2f3.tar.gz profile-c8a5873697fe5652584d64138f644c78256df2f3.tar.bz2 |
Cleanup xsession-errors
-rw-r--r-- | config.dot/parcellite/parcelliterc.link | 16 | ||||
-rwxr-xr-x | xsessionrc.dot.link | 6 |
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 |