Added quick paste macro (requires wayland).

This commit is contained in:
Aaron D. Lee
2025-12-14 20:31:17 -05:00
parent c59f363f63
commit 86957d6723

View File

@@ -5,6 +5,21 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/espanso/espanso/dev/schemas/match.schema.json
matches:
# =========================================
# Clipboard Stuff
# =========================================
# Quick paste from primary clipboard (X11 selection)
- trigger: "..qp"
replace: "{{clipboard}}"
vars:
- name: clipboard
type: shell
params:
cmd: "wl-paste --primary"
# =========================================
# Date and Time Stamps
# =========================================