AutoYADM commit: 2025-07-28 13:01:56

This commit is contained in:
Daniel Fichtinger 2025-07-28 13:01:56 -04:00
parent c239e9df5d
commit 45bbab81bf

View file

@ -1,7 +1,7 @@
provide-module clipboard %~
declare-option -docstring %{
Command for copying to system clipboard.
} str clipboard_copy_cmd 'wl-copy'
} str clipboard_copy_cmd 'wl-copy -n'
declare-option str clipboard_strip_cmd %{
perl -ne '
@ -11,7 +11,7 @@ declare-option str clipboard_strip_cmd %{
}
s/^\Q$prefix\E//;
print;
' | wl-copy
' | wl-copy -n
}
declare-option int clip_selcount 0