mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 10:48:35 +02:00
Revert "lock: when going to sleep, clear ssh-agent keys"
This reverts commit b149d0a07a
.
This commit is contained in:
parent
b149d0a07a
commit
c37d80aae4
1 changed files with 0 additions and 2 deletions
|
@ -23,8 +23,6 @@ case "$1" in
|
|||
lock)
|
||||
# First, stop any music player
|
||||
xdotool key XF86AudioStop
|
||||
# Clear ssh-agent keys (when going to sleep)
|
||||
[ -z "${XSS_SLEEP_LOCK_FD}" ] || ssh-add -D
|
||||
# Then, lock screen
|
||||
i3lock_options="-e -i $HOME/.cache/awesome/current-wallpaper.png -t -f"
|
||||
echo "$(date --rfc-3339=seconds) $me: lock: lock screen"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue