chore(Sway): Presse-papier - Attempt to use cliphist (without success)

This commit is contained in:
Olivier DOSSMANN 2025-01-24 11:59:12 +01:00
parent 7b8d60ca42
commit ecfd42cccd
2 changed files with 12 additions and 3 deletions

View File

@ -1,6 +1,9 @@
# Presse-papiers
# La base
exec wl-paste -t text --watch clipman store
# Presse-papier primaire : avec sauvegarde de l'historique dans un fichier JSON
## CLIPMAN
exec wl-paste -t text --watch clipman store # Pour clipman
## Presse-papier primaire : avec sauvegarde de l'historique dans un fichier JSON
exec wl-paste -p -t text --watch clipman store -P --histpath="~/.local/share/clipman-primary.json"
# CLIPHIST (multimédia inclus)
#exec wl-paste --watch cliphist store

View File

@ -1,3 +1,9 @@
# Presse-papier
unbindsym $mod+h
## CLIPMAN
bindsym $mod+h exec clipman pick -t wofi
# CLIPHIST
#bindsym $mod+h exec cliphist list | fzf --no-sort | cliphist decode | wl-copy
#bindsym $mod+h exec cliphist list | wofi -S dmenu | cliphist decode | wl-copy