dotfiles/.config/sway/config.d/00-presse-papier.conf
Olivier DOSSMANN bfe8473374 SWAY: Configuration du presse papier avec un raccourci
* raccourci : touche « Windows » (Mod4) + h pour lancer l'historique des
  copier/coller
* lancement du service de copier/coller par clipman au démarrage de Sway
2021-07-03 22:02:01 +02:00

7 lines
251 B
Plaintext

# Presse-papiers
# La base
exec wl-paste -t text --watch clipman store
# 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"