My dotfiles
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
234 B

  1. export PATH=$PATH:/home/rinri/scripts:/home/rinri/scripts/Discord:/home/rinri/.local/bin
  2. ~/scripts/automount.sh &
  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