diff options
Diffstat (limited to 'src/wasp-setup.el')
| -rw-r--r-- | src/wasp-setup.el | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/src/wasp-setup.el b/src/wasp-setup.el index 90745d6a..2fea4d77 100644 --- a/src/wasp-setup.el +++ b/src/wasp-setup.el @@ -30,10 +30,9 @@ (windmove-down) ) -(defun w/setup-stream () - "Configure windows for streaming." +(defun w/setup-connections () + "Initialize essential connections." (interactive) - ;; initialization (w/connect) (w/bus-binary-connect) (w/db-connect) @@ -43,7 +42,16 @@ (w/twitch-7tv-update-emotes) (w/twitch-update-title) (w/bible-table-populate) - (w/user-cache-populate) + ;; (w/user-cache-populate) + ) + +(defun w/setup-stream () + "Configure windows for streaming." + (interactive) + ;; initialization + (w/setup-connections) + + (w/badge-populate-cache) ;; timers (w/twitch-run-shoutout-timer) @@ -55,8 +63,9 @@ (w/start-audio-record) (w/run-audio-record-end-timer) (w/chatsummary-start) - (w/fake-chatters-start) + ;; (w/fake-chatters-start) (w/friend-start) + (w/overlay-clippy-timer-run) ;; layout (eyebrowse-switch-to-window-config 0) @@ -69,10 +78,10 @@ (windmove-down) (split-window-horizontally) (switch-to-buffer w/friend-buffer) - (w/gizmo-tag-window) + ;; (w/gizmo-tag-window) (windmove-right) (switch-to-buffer w/heartrate-buffer) - (w/gizmo-tag-window) + ;; (w/gizmo-tag-window) (windmove-right) (split-window-vertically -28) (switch-to-buffer w/chat-buffer) |
