merge master

This commit is contained in:
Michael Chalupiak
2025-12-19 14:28:22 -05:00
parent f60dd72912
commit 97b50a3a2e
4 changed files with 49 additions and 24 deletions

View File

@@ -408,12 +408,12 @@ define-command -docstring 'Print Working Directory' -params 0 pwd %{
# }
define-command -docstring 'copy to clipboard' xcopy %{
execute-keys '<a-|>wl-copy<ret>'
execute-keys '<a-|>pbcopy<ret>'
}
define-command -docstring 'paste from clipboard' xpaste %{
evaluate-commands -save-regs '"' %{
set-register dquote %sh{ wl-paste }
set-register dquote %sh{ pbpaste }
execute-keys 'P'
}
}