Optimized desk-copyq draft and implemented server to use in gnome

This commit is contained in:
2025-07-20 11:20:49 +02:00
parent be675d5f9e
commit e84c7e5612
5 changed files with 46 additions and 18 deletions

View File

@@ -1,7 +1,6 @@
- name: Install CopyQ clipboard manager
community.general.pacman:
name:
- copyq
name: copyq
state: present
- name: Ensure autostart directory exists
@@ -25,3 +24,7 @@
Comment=Advanced clipboard manager with searchable and editable history
mode: '0644'
become: false
- name: Include CopyQ server systemduser service setup
import_tasks: server.yml
when: copyq_server_enabled | bool