Tweak obs-mode
This commit is contained in:
parent
c9121dc86f
commit
9c1dffb48c
2
obs.el
2
obs.el
|
@ -4,7 +4,7 @@
|
||||||
(require 'json)
|
(require 'json)
|
||||||
(require 'uuidgen)
|
(require 'uuidgen)
|
||||||
|
|
||||||
(defcustom obs/pause-delay 0.5
|
(defcustom obs/pause-delay 0.3
|
||||||
"Allow idle for this ammount of seconds before pausing obs")
|
"Allow idle for this ammount of seconds before pausing obs")
|
||||||
|
|
||||||
(defvar obs/ws nil)
|
(defvar obs/ws nil)
|
||||||
|
|
Loading…
Reference in New Issue