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 ==
|
||||
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
|
||||
|
|
Reference in a new issue