summaryrefslogtreecommitdiff
path: root/home-config/hypr/autostart.sh
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2024-10-19 23:03:36 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2024-10-19 23:03:36 -0400
commitf8a56388e8b4de225134ba694e71aee67807ae79 (patch)
tree69ee6b07269d5c883ce59ae5819587daeaf8ec37 /home-config/hypr/autostart.sh
parent9f740aa87254a6449f5b6c49b10a0598c70733cf (diff)
Have you tried the wallpaper drug?
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