home-config/hypr/autostart.sh
bbdc3d8697ff3025d655de5174e7b9f18926263a
· 333 B · 9 lines
raw
| 1 | #!/usr/bin/env bash |
| 2 | |
| 3 | waybar & |
| 4 | |
| 5 | mako & |
| 6 | |
| 7 | swaybg -i ~/.config/hypr/Wallpapers/mountains.jpg & |
| 8 | |
| 9 | swayidle -w timeout 300 'swaylock --screenshots --clock --indicator --grace 3 --fade-in 1 --effect-blur 7x5 --effect-greyscale' timeout 600 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep 'swaylock -f -c 000000' & |