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.

8 lines
209 B

  1. export PATH=$PATH:/home/rinri/scripts:/home/rinri/scripts/Discord:/home/rinri/.local/bin
  2. while true; do
  3. # Log stderror to a file
  4. dwm 2> ~/.dwm.log
  5. # No error logging
  6. #dwm >/dev/null 2>&1
  7. done