mirror of https://gitlab.com/dabruh/dotfiles.git
Change default lock timeout.
This commit is contained in:
parent
ed0b3da264
commit
e5e00998d8
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
SCRIPT_NAME="$(basename -- "$0")"
|
SCRIPT_NAME="$(basename -- "$0")"
|
||||||
FILE="/tmp/dmenuxautolock"
|
FILE="/tmp/dmenuxautolock"
|
||||||
DEFAULT_TIMEOUT=60
|
DEFAULT_TIMEOUT=1
|
||||||
DEFAULT_NOTIFY=10
|
DEFAULT_NOTIFY=10
|
||||||
TIMEOUT=0
|
TIMEOUT=0
|
||||||
NOTIFY=0
|
NOTIFY=0
|
||||||
|
|
Loading…
Reference in New Issue