2023-10-02 08:40:43 -04:00
|
|
|
# -----------------------------------------------------
|
|
|
|
# Autostart
|
|
|
|
# -----------------------------------------------------
|
|
|
|
|
2023-11-13 02:55:17 -05:00
|
|
|
# Setup XDG for screen sharing
|
|
|
|
exec-once = ~/dotfiles/hypr/scripts/xdg.sh
|
|
|
|
|
2023-11-17 07:48:02 -05:00
|
|
|
# Start Polkit
|
|
|
|
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
|
|
|
|
2023-11-10 16:12:15 -05:00
|
|
|
# Load Dunst Notification Manager
|
2023-10-02 08:40:43 -04:00
|
|
|
exec-once = dunst
|
2023-11-10 16:12:15 -05:00
|
|
|
|
|
|
|
# Load GTK settings
|
2024-01-24 03:48:01 -05:00
|
|
|
exec-once = ~/dotfiles/hypr/scripts/gtk.sh
|
2023-11-10 16:12:15 -05:00
|
|
|
|
2024-02-23 07:47:01 -05:00
|
|
|
# Using hypridle to start hyprlock
|
|
|
|
exec-once = hypridle
|
2023-11-10 16:12:15 -05:00
|
|
|
|
|
|
|
# Load cliphist history
|
2023-10-02 08:40:43 -04:00
|
|
|
exec-once = wl-paste --watch cliphist store
|
2023-11-10 16:12:15 -05:00
|
|
|
|
2024-03-28 07:23:11 -04:00
|
|
|
# Initialize Wallpaper Engine
|
|
|
|
exec-once = ~/dotfiles/hypr/scripts/init-wallpaper-engine.sh
|
2024-01-24 03:15:20 -05:00
|
|
|
|
2024-05-01 10:08:42 -04:00
|
|
|
# Autostart ML4W App
|
2024-01-24 03:15:20 -05:00
|
|
|
exec-once = ~/dotfiles/hypr/scripts/ml4w-welcome-autostart.sh
|
2024-05-01 10:08:42 -04:00
|
|
|
|
|
|
|
# Start ewww daemon
|
2024-05-23 03:18:10 -04:00
|
|
|
exec-once = ~/dotfiles/hypr/scripts/eww.sh
|
|
|
|
|
|
|
|
exec-once = pypr
|
2024-06-05 05:50:17 -04:00
|
|
|
|
|
|
|
|
2024-06-03 10:27:48 -04:00
|
|
|
# Start autostart cleanup
|
|
|
|
exec-once = ~/dotfiles/hypr/scripts/cleanup.sh
|