My dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
194 B

  1. #!/bin/sh
  2. export PATH="$PATH:/home/rinri/scripts:/home/rinri/.local/bin"
  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