best way to autostart copyq
This commit is contained in:
parent
c16099226e
commit
599d7e7c1c
1 changed files with 2 additions and 2 deletions
|
@ -244,8 +244,8 @@ gsettings set org.gnome.desktop.interface show-battery-percentage true
|
||||||
|
|
||||||
# == Clipboard history ==
|
# == Clipboard history ==
|
||||||
sudo pacman -S copyq --noconfirm
|
sudo pacman -S copyq --noconfirm
|
||||||
mkdir "$HOME"/.config/copyq
|
copyq > /dev/null &
|
||||||
echo -e "[Options]\nautostart=true"
|
copyq config autostart true
|
||||||
|
|
||||||
# == Signal ==
|
# == Signal ==
|
||||||
sudo pacman -S signal-desktop --noconfirm
|
sudo pacman -S signal-desktop --noconfirm
|
||||||
|
|
Reference in a new issue