chore(Sway): Presse-papier - Attempt to use cliphist (without success)
This commit is contained in:
parent
7b8d60ca42
commit
ecfd42cccd
@ -1,6 +1,9 @@
|
|||||||
# Presse-papiers
|
# Presse-papiers
|
||||||
|
|
||||||
# La base
|
## CLIPMAN
|
||||||
exec wl-paste -t text --watch clipman store
|
exec wl-paste -t text --watch clipman store # Pour clipman
|
||||||
# Presse-papier primaire : avec sauvegarde de l'historique dans un fichier JSON
|
## 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"
|
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
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
# Presse-papier
|
# Presse-papier
|
||||||
unbindsym $mod+h
|
unbindsym $mod+h
|
||||||
|
|
||||||
|
## CLIPMAN
|
||||||
bindsym $mod+h exec clipman pick -t wofi
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user