From f30bda24ad2093be5ce16be6e07a248a0baf4e88 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Fri, 26 Aug 2016 21:32:31 +0100 Subject: [PATCH] Add autocutsel for clipboard merging. Yay! --- .profile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.profile b/.profile index 1e6db68..2da1ed0 100644 --- a/.profile +++ b/.profile @@ -14,6 +14,10 @@ export BROWSER="google-chrome-stable" export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel" export QT_STYLE_OVERRIDE=GTK+ +# Merge system clipboards +autocutsel -fork & +autocutsel -selection PRIMARY -fork & + if [ -z $SSH_AUTH_SOCK ]; then eval `ssh-agent` ssh-add