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

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