home-config/hypr/autostart.sh
6299e87817ab6c29a2a50c45f764d9042bf102cb
· 596 B · 19 lines
raw
| 1 | #!/usr/bin/env bash |
| 2 | |
| 3 | hash dbus-update-activation-environment 2>/dev/null && dbus-update-activation-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP & |
| 4 | |
| 5 | waybar & |
| 6 | |
| 7 | mako & |
| 8 | |
| 9 | #swaybg -i ~/.config/hypr/Wallpapers/above-clouds.jpg & |
| 10 | |
| 11 | swww init & |
| 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 |