dots/hypr/config/autostart.conf
2025-04-20 13:02:58 +02:00

13 lines
297 B
Plaintext

exec-once = $SHELL -c 'hypridle'
# Wallpaper engine
exec-once = swww-daemon &
exec-once = ~/.config/hypr/scripts/random-wallpaper.sh
# Clipboard
exec-once = wl-paste --watch cliphist store
# AGS + Birdtray
exec-once = $SHELL -c 'ags run --gtk4 &'
exec-once = $SHELL -c 'sleep 10 && birdtray &'