autostart.sh 236 B

123456789101112
  1. #!/bin/sh
  2. # dwm autostart script
  3. wal -R
  4. setxkbmap -layout se
  5. pkill compton; compton &
  6. pkill sxhkd; sxhkd &
  7. pkill dwm_status.sh; ~/.scripts/dwm_status.sh &
  8. discord &
  9. pgrep redshift-gtk || redshift-gtk &
  10. pgrep ckb-next || ckb-next -b &