parent
b7e8c24696
commit
08b108707a
|
@ -74,7 +74,7 @@ func main() {
|
|||
if err := Execute(&b2,
|
||||
exec.Command("qubes-pass-client", "show", "-o", selection),
|
||||
exec.Command("sed", "2q;d"),
|
||||
exec.Command("timeout", "--preserve-status", "12", "xclip", "-quiet", "-loops", "1"),
|
||||
exec.Command("timeout", "--preserve-status", "12", "xclip", "-quiet", "-in", "-loops", "1", "-wait", "66", "-selection", "clipboard"),
|
||||
); err != nil {
|
||||
log.Fatalln(err)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue