22 lines
594 B
Plaintext
22 lines
594 B
Plaintext
|
|
###############
|
|
## AUTOSTART ##
|
|
###############
|
|
|
|
# Services/Daemons
|
|
exec-once = systemctl enable --user --now hyprpolkitagent.service
|
|
exec-once = systemctl enable --user --now hypridle
|
|
exec-once = wl-paste --type text --watch cliphist store
|
|
exec-once = wl-paste --type image --watch cliphist store
|
|
|
|
# Tools
|
|
exec-once = systemctl enable --user --now hyprpaper
|
|
|
|
# Scripts
|
|
exec-once = sh $HOME/.config/hypr/scripts/gen-pywal.sh
|
|
exec-once = sh $HOME/.config/hypr/scripts/night-light-check.sh
|
|
|
|
# Apps
|
|
exec-once = /usr/bin/env discord-canary --start-minimized
|
|
exec-once = /usr/bin/env steam -silent
|