AutoYADM commit: 2025-07-28 13:01:56
This commit is contained in:
parent
c239e9df5d
commit
45bbab81bf
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue