30 lines
785 B
Plaintext
30 lines
785 B
Plaintext
|
|
###############
|
|
## AUTOSTART ##
|
|
###############
|
|
|
|
# Wiki: https://wiki.hyprland.org/Configuring/Keywords/#executing
|
|
|
|
|
|
# Services/Daemons
|
|
# exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
|
exec-once = systemctl enable --user --now hyprpolkitagent
|
|
exec-once = systemctl enable --user --now hypridle
|
|
exec-once = systemctl enable --user --now gnome-keyring-daemon
|
|
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
|
|
|
|
# Other
|
|
exec-once = ags run
|
|
|
|
# Apps
|
|
exec-once = discord --start-minimized
|
|
exec-once = steam -silent
|