parent
b61415c314
commit
00ec0f2719
|
@ -73,7 +73,7 @@ func main() {
|
|||
var b2 bytes.Buffer
|
||||
if err := Execute(&b2,
|
||||
exec.Command("qubes-gopass-client", "show", "-o", selection),
|
||||
exec.Command("timeout", "--preserve-status", "12", "xclip", "-quiet", "-in", "-loops", "1", "-wait", "66", "-selection", "clipboard"),
|
||||
exec.Command("timeout", "--preserve-status", "66", "xclip", "-quiet", "-in", "-loops", "1", "-wait", "66", "-selection", "clipboard"),
|
||||
); err != nil {
|
||||
log.Fatalln(err)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue