Collecting my attempts to improve at tech, art, and life

My Qtile autostart.sh

Tags: config

Fires up tasks and applications which should run for every session. I skip the battery check from the default setup since I am running on a plugged-in desktop.

#!/bin/sh
feh --bg-scale /usr/share/endeavouros/backgrounds/endeavouros-wallpaper.png
picom & disown # --experimental-backends --vsync should prevent screen tearing on most setups if needed

# Start welcome
eos-welcome & disown

/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & disown # start polkit agent from GNOME