atlas-desktop/config/.config/hypr/scripts/autostart.sh

13 lines
459 B
Bash
Raw Normal View History

2025-04-04 16:51:00 +02:00
#!/bin/sh
# This script is launched on every hyprland startup
# Please note that it is intended for desktop related programs ONLY, as it will be called every time you reload the desktop
# If you want to add your own applications you may rather want to use exec-once in the environment.conf file
hyprpaper &
2026-04-27 20:12:34 +02:00
# Enable this if you want to use plugins
# hyprpm reload &
swaync &
2025-04-04 16:51:00 +02:00
systemctl --user start hyprpolkitagent &
~/.config/hypr/scripts/restore-waybar.sh