mirror of
https://gitlab.com/dabruh/dotfiles.git
synced 2025-12-08 03:18:17 +01:00
Change default lock timeout.
This commit is contained in:
parent
ed0b3da264
commit
e5e00998d8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue