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