mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Add autocutsel for clipboard merging. Yay!
This commit is contained in:
parent
a1987136e7
commit
f30bda24ad
4
.profile
4
.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
|
||||
|
Loading…
Reference in New Issue
Block a user