summaryrefslogtreecommitdiff
path: root/home-config/hypr/autostart.sh
diff options
context:
space:
mode:
Diffstat (limited to 'home-config/hypr/autostart.sh')
-rwxr-xr-xhome-config/hypr/autostart.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/home-config/hypr/autostart.sh b/home-config/hypr/autostart.sh
index 77ebae8..8c7c502 100755
--- a/home-config/hypr/autostart.sh
+++ b/home-config/hypr/autostart.sh
@@ -8,7 +8,8 @@ mako &
8 8
9nice -n13 swww init & 9nice -n13 swww init &
10 10
11~/.config/hypr/wallpaper-daemon.sh & 11#~/.config/hypr/wallpaper-daemon.sh &
12wpaperd -d &
12 13
13swayidle -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' & 14swayidle -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