diff options
| author | LLLL Colonq <llll@colonq> | 2026-04-26 23:47:18 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-04-26 23:47:18 -0400 |
| commit | 75e005e81b73d8471f16dc5fad7bbdc312bdbfe7 (patch) | |
| tree | 1ad7d61b04c44fc52b453aef44868a42012f3551 /src/wasp-setup.el | |
| parent | cf266a56f30daae8b9af7c9bc3267c61b1973192 (diff) | |
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) |
