From 9c1dffb48c80285055df0787a8cc58acb015c509 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Mon, 26 Jun 2023 08:38:37 -0400 Subject: [PATCH] Tweak obs-mode --- obs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obs.el b/obs.el index 1539b5b..561b49e 100644 --- a/obs.el +++ b/obs.el @@ -4,7 +4,7 @@ (require 'json) (require 'uuidgen) -(defcustom obs/pause-delay 0.5 +(defcustom obs/pause-delay 0.3 "Allow idle for this ammount of seconds before pausing obs") (defvar obs/ws nil)