diff options
Diffstat (limited to 'home-config/hypr/autostart.sh')
-rwxr-xr-x | home-config/hypr/autostart.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/home-config/hypr/autostart.sh b/home-config/hypr/autostart.sh new file mode 100755 index 0000000..ed66fff --- /dev/null +++ b/home-config/hypr/autostart.sh | |||
@@ -0,0 +1,9 @@ | |||
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' & | ||