From c16099226e69135ddff7b13db05c2bb1ce48ab94 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 17 Feb 2022 13:10:58 +0100 Subject: [PATCH] autostart copyq --- installation.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installation.sh b/installation.sh index 8feaf09..d2ecebd 100644 --- a/installation.sh +++ b/installation.sh @@ -244,6 +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" # == Signal == sudo pacman -S signal-desktop --noconfirm