tAdd link to dwm config - adamsgaard.dk - my academic webpage
 (HTM) git clone git://src.adamsgaard.dk/adamsgaard.dk
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit ceb06a4b54b6767490751d3050f7d1834ca4ba1d
 (DIR) parent d37bc1b2ef006b946ae2337b44f5c18a4c9954f8
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Mon, 23 Mar 2020 08:15:06 +0100
       
       Add link to dwm config
       
       Diffstat:
         M pages/004-screencasts.html          |       5 +++++
         M pages/004-screencasts.txt           |       9 +++++++--
       
       2 files changed, 12 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/pages/004-screencasts.html b/pages/004-screencasts.html
       t@@ -77,6 +77,11 @@ place of the video(1) command above.  I have the above script bound
        to the keybinding Alt+v so I can quickly show and hide my face while
        recording.</p>
        
       +<p>I set dwm(1), my window manager, to open the video feed as a
       +floating window on the bottom right of the screen.  The full dwm
       +configuration can be found <a
       +href="https://src.adamsgaard.dk/dwm">here</a>.</p>
       +
        <p>When I am done recording a lecture, I encode and compress the
        video file to save bandwidth during upload.  The following script
        encodes all input files and reduces file size to roughly 15% without
 (DIR) diff --git a/pages/004-screencasts.txt b/pages/004-screencasts.txt
       t@@ -72,6 +72,10 @@ On Linux, the command mpv /dev/video0 can take place of the video(1)
        command above. I have the above script bound to the keybinding Alt+v
        so I can quickly show and hide my face while recording.
        
       +I set dwm(1), my window manager, to open the video feed as a floating
       +window on the bottom right of the screen.  The full dwm configuration
       +can be found [3]here.
       +
        When I am done recording a lecture, I encode and compress the video
        file to save bandwidth during upload. The following script encodes
        all input files and reduces file size to roughly 15% without
       t@@ -109,11 +113,12 @@ encounter when recording on my laptop:
                synchronize "$f"
            done
        
       -[3]Example screen recording using ffmpeg(1) and video(1) with the
       +[4]Example screen recording using ffmpeg(1) and video(1) with the
        above scripts.
        
        References:
        
        [1] https://ffmpeg.org/
        [2] https://man.openbsd.org/man1/video.1
       -[3] https://adamsgaard.dk/video/screencast.mp4
       +[3] https://src.adamsgaard.dk/dwm/
       +[4] https://adamsgaard.dk/video/screencast.mp4