diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-11-11 23:32:52 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-11-11 23:32:52 +0000 |
| commit | f6e9018bf03ec3e1bd5c447ea1e82120d6097e6a (patch) | |
| tree | c73d4d5c42678ea09321392e5ba017535b335d1b /src/input_handler.cc | |
| parent | 7bb7c1b9226db15c1816350d9d3741f26768e458 (diff) | |
Reduce idle timeout to 50 milliseconds
Diffstat (limited to 'src/input_handler.cc')
| -rw-r--r-- | src/input_handler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_handler.cc b/src/input_handler.cc index 630bc2f1..b51eaac4 100644 --- a/src/input_handler.cc +++ b/src/input_handler.cc @@ -47,7 +47,7 @@ private: namespace InputModes { -static constexpr std::chrono::milliseconds idle_timeout{100}; +static constexpr std::chrono::milliseconds idle_timeout{50}; static constexpr std::chrono::milliseconds fs_check_timeout{500}; class Normal : public InputMode |
