stow_dotfiles/hyprland/.config/hypr/conf/autostart.conf
2024-09-27 14:01:51 -04:00

24 lines
526 B
Text

# -----------------------------------------------------
# Autostart
# -----------------------------------------------------
# Setup XDG for screen sharing
exec-once = ~/.config/hypr/scripts/xdg.sh
# Start Polkit
exec-once = systemctl --user start plasma-polkit-agent
exec-once = dunst
exec-once = hypridle
exec-once = wl-paste --watch cliphist store
# Initialize wallpaper
exec-once = hyprpaper
# Launch Waybar
exec-once = ~/.config/waybar/launch.sh
# Autostart cleanup
exec-once = ~/.config/hypr/scripts/cleanup.sh