Tweak obs-mode

This commit is contained in:
Nathan McCarty 2023-06-26 08:38:37 -04:00
parent c9121dc86f
commit 9c1dffb48c
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 1 additions and 1 deletions

2
obs.el
View File

@ -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)