bin: Bring back passget clear delay
This commit is contained in:
parent
4c9a1c235e
commit
a79896c7ee
1 changed files with 1 additions and 1 deletions
|
|
@ -48,6 +48,6 @@ echo 'Password clipped. Clearing in 60 seconds.'
|
||||||
|
|
||||||
# `at` doesn't forward the DISPLAY variable. This workaround ensures that X is
|
# `at` doesn't forward the DISPLAY variable. This workaround ensures that X is
|
||||||
# available to xsel.
|
# available to xsel.
|
||||||
at -M 'now' >/dev/null 2>&1 <<CMD
|
at -M 'now + 1 minute' >/dev/null 2>&1 <<CMD
|
||||||
DISPLAY="${DISPLAY}" xsel-clear
|
DISPLAY="${DISPLAY}" xsel-clear
|
||||||
CMD
|
CMD
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue