adjust timeouts

This commit is contained in:
Morgan McMillian 2021-04-16 06:40:58 -07:00
parent 799a788d2d
commit 15cc287024
2 changed files with 3 additions and 2 deletions

View file

@ -10,6 +10,7 @@ set ssl_force_tls=yes
unset imap_passive
set imap_check_subscribed
set mail_check=60
set timeout=10
set header_cache=~/.hcache
set net_inc=5

View file

@ -1,8 +1,8 @@
#!/bin/bash
BACKGROUND=~/.background_lock
LOCK_TMOUT=900
SLEEP_TMOUT=3600
LOCK_TMOUT=1800 # was 900
SLEEP_TMOUT=7200 # was 3600
swayidle -w \
timeout ${LOCK_TMOUT} "swaylock -f -i ${BACKGROUND}" \