diff options
Diffstat (limited to '2022/organizers-notebook')
| -rw-r--r-- | 2022/organizers-notebook/index.org | 8 | 
1 files changed, 6 insertions, 2 deletions
| diff --git a/2022/organizers-notebook/index.org b/2022/organizers-notebook/index.org index 3aa69b2c..247da41e 100644 --- a/2022/organizers-notebook/index.org +++ b/2022/organizers-notebook/index.org @@ -1002,7 +1002,7 @@ Dry run checklist:       #+begin_example       ssh emacsconf-$TRACK@res.emacsconf.org -N -L $TRACK_PORT:127.0.0.1:$TRACK_PORT -p $SSH_PORT & -     sleep 4   # Give it time to establish the tunnels +     sleep 5   # Give it time to establish the tunnels       xvncviewer 127.0.0.1:$TRACK_PORT -shared -geometry 1280x720 -passwd vnc-passwd-$TRACK &       #+end_example @@ -1036,12 +1036,16 @@ Dry run checklist:        - Alt-Shift-2 moves things to workspace 2        - Alt-Shift-Left moves the current window to the left        - Alt-Shift-Right moves the current window to the right -TODO add kitty and kitty-terminfo to install    10. Test Q&A. You can either wait for the video to finish or quit it with "q".        You can paste in the URLs or use        ~firefox /data/emacsconf/2022/index-$TRACK.html~ +  11. Test adjusting the audio + +      - ~ssh emacsconf-$TRACK@res.emacsconf.org -p 46668~ +      - Then use ~qa-louder~, ~qa-quieter~, or ~qa-vol vol%~ (ex: ~qa-vol 90%~) +          Other notes and tips:    - You can use Emacs for emergency or ad-hoc announcements. | 
