2023-10-02 12:40:43 +00:00
|
|
|
# -----------------------------------------------------
|
|
|
|
# Autostart
|
|
|
|
# -----------------------------------------------------
|
|
|
|
|
2023-11-13 07:55:17 +00:00
|
|
|
# Setup XDG for screen sharing
|
|
|
|
exec-once = ~/dotfiles/hypr/scripts/xdg.sh
|
|
|
|
|
2023-11-17 12:48:02 +00:00
|
|
|
# Start Polkit
|
|
|
|
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
|
|
|
|
2023-11-10 21:12:15 +00:00
|
|
|
# Load Dunst Notification Manager
|
2023-10-02 12:40:43 +00:00
|
|
|
exec-once = dunst
|
2023-11-10 21:12:15 +00:00
|
|
|
|
|
|
|
# Load GTK settings
|
2024-01-24 08:48:01 +00:00
|
|
|
exec-once = ~/dotfiles/hypr/scripts/gtk.sh
|
2023-11-10 21:12:15 +00:00
|
|
|
|
|
|
|
# Load swayidle and define the lock screen time
|
|
|
|
exec-once = ~/dotfiles/hypr/scripts/lockscreentime.sh
|
|
|
|
|
2024-01-01 10:40:15 +00:00
|
|
|
# Load network manager applet
|
|
|
|
# START NM APPLET
|
|
|
|
# exec-once = nm-applet --indicator
|
|
|
|
# END NM APPLET
|
|
|
|
|
2023-11-10 21:12:15 +00:00
|
|
|
# Load cliphist history
|
2023-10-02 12:40:43 +00:00
|
|
|
exec-once = wl-paste --watch cliphist store
|
2023-11-10 21:12:15 +00:00
|
|
|
|
|
|
|
# Initialize swww
|
|
|
|
exec-once = swww query || swww init
|
|
|
|
|
|
|
|
# Load last wallpaper and waybar with pywal colors
|
|
|
|
exec-once = ~/dotfiles/hypr/scripts/wallpaper.sh init
|
2024-01-24 08:15:20 +00:00
|
|
|
|
|
|
|
# Start ML4W Welcome App
|
|
|
|
exec-once = ~/dotfiles/hypr/scripts/ml4w-welcome-autostart.sh
|