URI:
       tstartdwm - scripts - random scripts
  HTML git clone https://git.parazyd.org/scripts
   DIR Log
   DIR Files
   DIR Refs
       ---
       tstartdwm (118B)
       ---
            1 #!/bin/sh
            2 
            3 while true; do
            4         # Log stderror to a file
            5         dwm 2> ~/.dwm.log
            6         # No error logging
            7         #dwm >/dev/null 2>&1
            8 done