mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Only start autoculsel if it's installed
This commit is contained in:
parent
b9a8ca1923
commit
562233d363
6
.profile
6
.profile
@ -16,8 +16,10 @@ export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on -Dswing.defaultlaf=com.su
|
|||||||
export QT_STYLE_OVERRIDE=GTK+
|
export QT_STYLE_OVERRIDE=GTK+
|
||||||
|
|
||||||
# Merge system clipboards
|
# Merge system clipboards
|
||||||
autocutsel -fork &
|
if which autocutsel &>/dev/null; then
|
||||||
autocutsel -selection PRIMARY -fork &
|
autocutsel -fork &
|
||||||
|
autocutsel -selection PRIMARY -fork &
|
||||||
|
fi
|
||||||
|
|
||||||
if [ -z $SSH_AUTH_SOCK ]; then
|
if [ -z $SSH_AUTH_SOCK ]; then
|
||||||
eval `ssh-agent`
|
eval `ssh-agent`
|
||||||
|
Loading…
Reference in New Issue
Block a user