34 lines
964 B
Plaintext
34 lines
964 B
Plaintext
# -----------------------------------------------------
|
|
# Autostart
|
|
# -----------------------------------------------------
|
|
|
|
# Setup XDG for screen sharing
|
|
exec-once = ~/dotfiles/hypr/scripts/xdg.sh
|
|
|
|
# Start Polkit
|
|
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
|
|
|
# Load Dunst Notification Manager
|
|
exec-once = dunst
|
|
|
|
# Load GTK settings
|
|
exec-once = ~/dotfiles/hypr/scripts/gtk.sh
|
|
|
|
# Using hypridle to start hyprlock
|
|
exec-once = hypridle
|
|
# exec-once = swayidle -w timeout 600 'swaylock -f' timeout 660 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep 'swaylock -f'
|
|
|
|
# Load network manager applet
|
|
# START NM APPLET
|
|
# exec-once = nm-applet --indicator
|
|
# END NM APPLET
|
|
|
|
# Load cliphist history
|
|
exec-once = wl-paste --watch cliphist store
|
|
|
|
# Initialize Wallpaper Engine
|
|
exec-once = ~/dotfiles/hypr/scripts/init-wallpaper-engine.sh
|
|
|
|
# Start ML4W Welcome App
|
|
exec-once = ~/dotfiles/hypr/scripts/ml4w-welcome-autostart.sh
|