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,4 +1,4 @@
# CopyQ Role for Ansible
# CopyQ
## Overview
This role installs the CopyQ clipboard manager on Pacman-based systems (e.g. Arch Linux) and ensures it is started automatically for the current user.
@@ -8,20 +8,6 @@ This role installs the CopyQ clipboard manager on Pacman-based systems (e.g. Arc
- Pacman package manager (Arch Linux or derivative)
- X11/Wayland desktop environment (for GUI)
## Role Variables
No additional role variables are required.
## Dependencies
No external dependencies.
## Example Playbook
```yaml
- hosts: all
roles:
- desk-copyq
```
## Further Resources
- [CopyQ official site](https://hluk.github.io/CopyQ/)