delayedautostart.sh 502 B

12345678910111213
  1. #!/usr/bin/env bash
  2. #get auth work with polkit-gnome
  3. /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
  4. # dex execute .desktop files
  5. dex -a -s /etc/xdg/autostart/:~/.config/autostart/ &
  6. dbus-launch dunst --config ~/.config/dunst/dunstrc &
  7. picom -CGb & # Start Picom
  8. ~/.screenlayout/monitor.sh & # Set Monitor Resolution
  9. numlockx on & # Turn Numpad On
  10. kitty --name startKitty --detach --hold bpytop &
  11. qbittorrent & # Open QBitTorrent