From 599d7e7c1cc9c19415cfadd6e0da1354681cda0d Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 17 Feb 2022 13:16:41 +0100 Subject: [PATCH] best way to autostart copyq --- installation.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installation.sh b/installation.sh index d2ecebd..cde07fe 100644 --- a/installation.sh +++ b/installation.sh @@ -244,8 +244,8 @@ gsettings set org.gnome.desktop.interface show-battery-percentage true # == Clipboard history == sudo pacman -S copyq --noconfirm -mkdir "$HOME"/.config/copyq -echo -e "[Options]\nautostart=true" +copyq > /dev/null & +copyq config autostart true # == Signal == sudo pacman -S signal-desktop --noconfirm