set away prompt to 5 minutes
This commit is contained in:
parent
900f765759
commit
eb1e3f72db
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ import sublime_plugin
|
||||||
|
|
||||||
|
|
||||||
# Prompt user if no activity for this many minutes
|
# Prompt user if no activity for this many minutes
|
||||||
AWAY_MINUTES = 10
|
AWAY_MINUTES = 5
|
||||||
|
|
||||||
# globals
|
# globals
|
||||||
PLUGIN_DIR = dirname(realpath(__file__))
|
PLUGIN_DIR = dirname(realpath(__file__))
|
||||||
|
|
Loading…
Reference in a new issue