30 lines
988 B
Plaintext
30 lines
988 B
Plaintext
#############################
|
|
# Autostart
|
|
#############################
|
|
# Programs launched on Hyprland startup.
|
|
# Comment out any line to disable.
|
|
|
|
# ---- Core Services ---- #
|
|
exec-once = /usr/lib/polkit-kde-authentication-agent-1
|
|
exec-once = /usr/bin/dunst
|
|
exec-once = waybar
|
|
exec-once = hypridle
|
|
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
|
|
|
# ---- Wallpaper ---- #
|
|
exec-once = awww-daemon
|
|
exec-once = awww img ~/.config/assets/backgrounds/cat_leaves.png --transition-fps 255 --transition-type outer --transition-duration 0.8
|
|
exec-once = mpvpaper HDMI-A-3 ~/Downloads/walls/175436-853585098.mp4 --loop --no-audio --fps=30
|
|
|
|
# ---- Clipboard ---- #
|
|
exec-once = wl-paste --type text --watch cliphist store
|
|
exec-once = wl-paste --type image --watch cliphist store
|
|
exec-once = rm "$HOME/.cache/cliphist/db"
|
|
|
|
# ---- User Apps ---- #
|
|
exec-once = $terminal
|
|
exec-once = udiskie
|
|
exec-once = $element
|
|
exec-once = $browser
|
|
exec-once = hyprpm reload
|