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
219 B

  1. #!/bin/bash
  2. dunst --config ~/.config/dunst/dunstrc &
  3. xautolock -time 10 -locker slock &
  4. unclutter &
  5. xsetroot -solid "#1A1A22"
  6. # ~/.local/bin/setbg
  7. # nohup /usr/lib/kdeconnectd >/dev/null 2>&1 &
  8. ~/.local/bin/dwm-sss &