adjust timeouts
This commit is contained in:
parent
799a788d2d
commit
15cc287024
2 changed files with 3 additions and 2 deletions
|
@ -10,6 +10,7 @@ set ssl_force_tls=yes
|
||||||
unset imap_passive
|
unset imap_passive
|
||||||
set imap_check_subscribed
|
set imap_check_subscribed
|
||||||
set mail_check=60
|
set mail_check=60
|
||||||
|
set timeout=10
|
||||||
set header_cache=~/.hcache
|
set header_cache=~/.hcache
|
||||||
set net_inc=5
|
set net_inc=5
|
||||||
|
|
||||||
|
|
4
bin/idle
4
bin/idle
|
@ -1,8 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
BACKGROUND=~/.background_lock
|
BACKGROUND=~/.background_lock
|
||||||
LOCK_TMOUT=900
|
LOCK_TMOUT=1800 # was 900
|
||||||
SLEEP_TMOUT=3600
|
SLEEP_TMOUT=7200 # was 3600
|
||||||
|
|
||||||
swayidle -w \
|
swayidle -w \
|
||||||
timeout ${LOCK_TMOUT} "swaylock -f -i ${BACKGROUND}" \
|
timeout ${LOCK_TMOUT} "swaylock -f -i ${BACKGROUND}" \
|
||||||
|
|
Loading…
Reference in a new issue