1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-20 17:31:24 +02:00

Added support for xclip in rofi-emoji copy to primary.

This commit is contained in:
2023-01-10 06:49:06 +01:00
parent da2aa6418e
commit 989bbb2861
2 changed files with 3 additions and 3 deletions
@@ -27,10 +27,10 @@ diff -ur rofi-emoji_orig/clipboard-adapter.sh rofi-emoji/clipboard-adapter.sh
+
+ case "$tool" in
+ xsel)
+ xsel --clipboard --output|xsel --primary --input
+ xsel --clipboard --output | xsel --primary --input
+ ;;
+ xclip)
+ xclip -selection primary -in
+ xclip -selection clipboard -out | xclip -selection primary -in
+ ;;
+ wl-copy)
+ wl-copy --primary