diff options
| author | twells46 <173561638+twells46@users.noreply.github.com> | 2026-01-02 16:37:39 -0600 |
|---|---|---|
| committer | twells46 <173561638+twells46@users.noreply.github.com> | 2026-01-02 16:37:39 -0600 |
| commit | 795f55393957e833b88a92dab6fc29088cfe1f64 (patch) | |
| tree | e6fe7cad745220edd7bbbcdd3f0c787d02f391c7 /private_dot_local/bin/executable_gousermenu.tmpl | |
| parent | 9f65e1754c87766f159845b4fae71da500f0d20b (diff) | |
Fix paste in xwayland
Diffstat (limited to 'private_dot_local/bin/executable_gousermenu.tmpl')
| -rw-r--r-- | private_dot_local/bin/executable_gousermenu.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/private_dot_local/bin/executable_gousermenu.tmpl b/private_dot_local/bin/executable_gousermenu.tmpl index 39931d3..f88f6bb 100644 --- a/private_dot_local/bin/executable_gousermenu.tmpl +++ b/private_dot_local/bin/executable_gousermenu.tmpl @@ -15,7 +15,7 @@ uname="$(gopass ls --flat | wmenu -l 15 -p 'Username: ' -f 'Liberation Mono 12px if [ "$1" = "-t" ] ; then wtype "${uname}" else - wl-copy -o "${uname}" + wl-copy "${uname}" ( sleep 30 && wl-copy -c ) & fi {{- end }} |