mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Optimized desk-copyq draft and implemented server to use in gnome
This commit is contained in:
@@ -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 systemd‑user service setup
|
||||
import_tasks: server.yml
|
||||
when: copyq_server_enabled | bool
|
||||
|
Reference in New Issue
Block a user