2025-01-20 12:53:06 +01: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 &
|
2025-04-04 12:16:07 +02:00
|
|
|
hyprpm reload -nn &
|
2025-01-20 12:53:06 +01:00
|
|
|
albert &
|
2025-05-04 23:53:29 +02:00
|
|
|
swaync &
|
2025-01-20 12:53:06 +01:00
|
|
|
systemctl --user start hyprpolkitagent &
|
2025-04-04 12:16:07 +02:00
|
|
|
~/.config/hypr/scripts/restore-waybar.sh
|