home-config/hypr/autostart.sh
c5bc1749c7a31d17fb5a3a122674e078086bb7d2
· 498 B · 19 lines
raw
| 1 | #!/usr/bin/env bash |
| 2 | |
| 3 | waybar & |
| 4 | |
| 5 | mako & |
| 6 | |
| 7 | #swaybg -i ~/.config/hypr/Wallpapers/above-clouds.jpg & |
| 8 | |
| 9 | nice -n13 swww init & |
| 10 | |
| 11 | ~/.config/hypr/wallpaper-daemon.sh & |
| 12 | |
| 13 | 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' & |
| 14 | |
| 15 | syncthing serve --no-browser & |
| 16 | |
| 17 | wl-clip-persist -c regular & |
| 18 | |
| 19 | kanshi -c ~/.config/hypr/kanshi.conf |