mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-28 15:34:09 +02:00
Fix for the xsel primary
This commit is contained in:
@@ -27,7 +27,7 @@ diff -ur rofi-emoji_orig/clipboard-adapter.sh rofi-emoji/clipboard-adapter.sh
|
||||
+
|
||||
+ case "$tool" in
|
||||
+ xsel)
|
||||
+ xsel --primary --input
|
||||
+ xsel --clipboard --output|xsel --primary --input
|
||||
+ ;;
|
||||
+ xclip)
|
||||
+ xclip -selection primary -in
|
||||
|
||||
Reference in New Issue
Block a user